{"id":20691938,"url":"https://github.com/adhir2099/php-pdo-storedprocedure-with-ajax","last_synced_at":"2026-04-05T22:03:55.646Z","repository":{"id":149207757,"uuid":"491225302","full_name":"adhir2099/php-pdo-storedProcedure-with-ajax","owner":"adhir2099","description":"Show records w/ajax and insert records on modal w/sp and ajax","archived":false,"fork":false,"pushed_at":"2024-06-22T01:19:16.000Z","size":523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T17:26:43.578Z","etag":null,"topics":["ajax","ajax-form","bootstrap4","jquery-ajax","mysql-database","pdo","pdo-mysql","pdo-php","php7","php8","stored-procedure"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/adhir2099.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2022-05-11T18:16:04.000Z","updated_at":"2024-06-22T01:19:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e9590132-b473-4263-8752-35bfc1728395","html_url":"https://github.com/adhir2099/php-pdo-storedProcedure-with-ajax","commit_stats":null,"previous_names":["adhir2099/php-pdo-storedprocedure-with-ajax","adhirsaurio/php-pdo-storedprocedure-with-ajax"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fphp-pdo-storedProcedure-with-ajax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fphp-pdo-storedProcedure-with-ajax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fphp-pdo-storedProcedure-with-ajax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adhir2099%2Fphp-pdo-storedProcedure-with-ajax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adhir2099","download_url":"https://codeload.github.com/adhir2099/php-pdo-storedProcedure-with-ajax/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242956097,"owners_count":20212448,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ajax","ajax-form","bootstrap4","jquery-ajax","mysql-database","pdo","pdo-mysql","pdo-php","php7","php8","stored-procedure"],"created_at":"2024-11-16T23:18:30.567Z","updated_at":"2025-12-31T00:47:51.340Z","avatar_url":"https://github.com/adhir2099.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"![PHP](https://img.shields.io/badge/php-8-brightgreen)\n![Responsive](https://img.shields.io/badge/Responsive-Yes-ff69b4)\n![Bootstrap](https://img.shields.io/badge/bootstrap-4.5-blue)\n![Jquery](https://img.shields.io/badge/jquery-3.5.1-orange)\n![Ajax](https://img.shields.io/badge/jquery-ajax-red)\n\n\u003ch1 align=\"center\"\u003e 👋 PHP PDO SP with Ajax\u003c/h1\u003e\n\n## Demo URL\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://3moondev.com/demos/SP/\"\u003e\n    \u003cb\u003eVisit demo here\u003c/b\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Frontend\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://skillicons.dev\"\u003e\n    \u003cimg src=\"https://skillicons.dev/icons?i=js,jquery,bootstrap,css,html\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Backend\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://skillicons.dev\"\u003e\n    \u003cimg src=\"https://skillicons.dev/icons?i=php,mysql\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n# php-pdo-storedProcedure-with-ajax\nShow records with ajax and insert records on modal with stored procedure and ajax.\n\n# Database \n* employee.sql\n\nThere is the schema for the table and the script for the stored procedure.\n```sql\n`CREATE TABLE employees (\n  id int(11) NOT NULL AUTO_INCREMENT,\n  name varchar(64) NOT NULL,\n  address varchar(64) NOT NULL,\n  gender varchar(10) NOT NULL,\n  age int(11) NOT NULL,\n  PRIMARY KEY (id)\n) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=latin1;`\n```\n\n## Libraries included\n* Bootstrap v4\n* FontAwesome 5.15\n* Jquery v3.5.1\n\n## Contributing\n\n1. Fork it!\n2. Create your feature branch: `git checkout -b your-branch`\n3. Commit your changes: `git commit -am 'Add some feature'`\n4. Push to the branch: `git push origin your-branch`\n5. Submit a PR\n\n\u003ch3 align=\"left\"\u003eGet in touch with me:\u003c/h3\u003e\n\u003cp align=\"left\"\u003e\n\u003ca href=\"https://www.linkedin.com/in/adhir-serrano/\" target=\"blank\"\u003e\u003cimg align=\"center\" src=\"https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg\" alt=\"adhir2099\" height=\"30\" width=\"40\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"right\" \u003e Created with 🧡 by \u003ca href=\"https://github.com/adhir2099\"\u003eAdhir2099\u003c/a\u003e\u003c/p\u003e\n\n## Maintenance\n![Maintenance](https://img.shields.io/badge/Maintenance-Yes-brightgreen)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhir2099%2Fphp-pdo-storedprocedure-with-ajax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadhir2099%2Fphp-pdo-storedprocedure-with-ajax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadhir2099%2Fphp-pdo-storedprocedure-with-ajax/lists"}