Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhir2099/php-ajax-update-with-modal
PHP ajax update on modal and fetching data to show on a table.
https://github.com/adhir2099/php-ajax-update-with-modal
ajax bootstrap4 javascript jquery-ajax mysql php7 php8 update
Last synced: about 3 hours ago
JSON representation
PHP ajax update on modal and fetching data to show on a table.
- Host: GitHub
- URL: https://github.com/adhir2099/php-ajax-update-with-modal
- Owner: adhir2099
- Created: 2022-05-13T12:36:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T05:37:06.000Z (5 months ago)
- Last Synced: 2024-06-22T16:35:47.347Z (5 months ago)
- Topics: ajax, bootstrap4, javascript, jquery-ajax, mysql, php7, php8, update
- Language: CSS
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![PHP](https://img.shields.io/badge/php-8-brightgreen)
![Responsive](https://img.shields.io/badge/Responsive-Yes-ff69b4)
![Bootstrap](https://img.shields.io/badge/bootstrap-4.5-blue)
![Jquery](https://img.shields.io/badge/jquery-3.5.1-orange)
![Ajax](https://img.shields.io/badge/jquery-ajax-red)๐ PHP EASY AJAX UPDATE
## Demo URL
# PHP AJAX UPDATE
Update records using AJAX within a modal. The form is designed to be responsive.## Frontend
## Backend
# Database
* employee.sql```sql
DROP TABLE IF EXISTS `employees`;CREATE TABLE `employees` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(64) NOT NULL,
`address` varchar(64) NOT NULL,
`gender` varchar(10) NOT NULL,
`age` int(11) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;
```## Libraries included
* Bootstrap v4
* FontAwesome 5.15
* Jquery v3.5.1## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b your-branch`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin your-branch`
5. Submit a PR## Maintenance
![Maintenance](https://img.shields.io/badge/Maintenance-Yes-brightgreen)Get in touch with me:
Created with ๐งก by Adhir2099