Skip to content

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

Notifications You must be signed in to change notification settings

adhir2099/simple-php-ajax-insert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Responsive Bootstrap Jquery Ajax

👋 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
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