Show records with ajax and insert records on modal with stored procedure and ajax.
- employee.sql
There is the schema for the table and the script for the stored procedure.
`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;`
- Bootstrap v4
- FontAwesome 5.15
- Jquery v3.5.1
- Fork it!
- Create your feature branch:
git checkout -b your-branch
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin your-branch
- Submit a PR
Created with 🧡 by Adhir2099