Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adhir2099/php-pdo-storedprocedure-with-ajax
Show records w/ajax and insert records on modal w/sp and ajax
https://github.com/adhir2099/php-pdo-storedprocedure-with-ajax
ajax ajax-form bootstrap4 jquery-ajax mysql-database pdo pdo-mysql pdo-php php7 php8 stored-procedure
Last synced: about 2 hours ago
JSON representation
Show records w/ajax and insert records on modal w/sp and ajax
- Host: GitHub
- URL: https://github.com/adhir2099/php-pdo-storedprocedure-with-ajax
- Owner: adhir2099
- Created: 2022-05-11T18:16:04.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T00:22:17.000Z (over 1 year ago)
- Last Synced: 2024-05-05T03:32:33.706Z (7 months ago)
- Topics: ajax, ajax-form, bootstrap4, jquery-ajax, mysql-database, pdo, pdo-mysql, pdo-php, php7, php8, stored-procedure
- Language: CSS
- Homepage:
- Size: 509 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 PDO SP with Ajax
## Demo URL
## Frontend
## Backend
# php-pdo-storedProcedure-with-ajax
Show records with ajax and insert records on modal with stored procedure and ajax.# Database
* employee.sqlThere is the schema for the table and the script for the stored procedure.
```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 PRGet in touch with me:
Created with ๐งก by Adhir2099
## Maintenance
![Maintenance](https://img.shields.io/badge/Maintenance-Yes-brightgreen)