Skip to content

PHP ajax update on modal and fetching data to show on a table.

Notifications You must be signed in to change notification settings

adhir2099/php-ajax-update-with-modal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Responsive Bootstrap Jquery Ajax

👋 PHP EASY AJAX UPDATE

Demo URL

Visit demo here

PHP AJAX UPDATE

Update records using AJAX within a modal. The form is designed to be responsive.

Frontend

Backend

Database

  • employee.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

Get in touch with me:

adhir2099

Created with 🧡 by Adhir2099