Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adhir2099/simple-php-ajax-insert

Insert records on modal with ajax and fetch data on a table
https://github.com/adhir2099/simple-php-ajax-insert

ajax bootstrap4 insert jquery-ajax mysql php8 responsive

Last synced: about 2 hours ago
JSON representation

Insert records on modal with ajax and fetch data on a table

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 ajax insert

## Demo URL



Visit demo here





# PHP ajax insert
Insert records within a modal with ajax. The form is responsive.

# Database
* employee.sql

```sql
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

Get in touch with me:



adhir2099


Created with ๐Ÿงก by Adhir2099

## Maintenance
![Maintenance](https://img.shields.io/badge/Maintenance-Yes-brightgreen)