Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abiruzzamanmolla/ajax-php-crud


https://github.com/abiruzzamanmolla/ajax-php-crud

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Complete a simple CRUD operations application. Follow below requirements

- Use your own idea for project specifications ✔️
- Just do these operations: Insert, List, Show, Update and Delete ✔️
- Insert form should have minimum 10 fields #Done
- Use below input type fields minimum one time
* Text ✔️
* Email ✔️
* Password ✔️
* Radio ✔️
* Datetime ✔️
* Checkbox ✔️
- Use JavaScript or jQuery for forms validation ✔️
- Use AJAX for data insert, update and delete ✔️
- Use Bootstrap for UI ✔️
- Use PHP as server side language ✔️
- Use MySQL as database ✔️