├── LICENSE ├── README.md ├── ajax.sql └── ajax ├── config.php ├── deleteprocess.php ├── index.php ├── insprocess.php ├── record.php ├── updateprocess.php └── updateprocess2.php /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/README.md -------------------------------------------------------------------------------- /ajax.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax.sql -------------------------------------------------------------------------------- /ajax/config.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax/config.php -------------------------------------------------------------------------------- /ajax/deleteprocess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax/deleteprocess.php -------------------------------------------------------------------------------- /ajax/index.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax/index.php -------------------------------------------------------------------------------- /ajax/insprocess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax/insprocess.php -------------------------------------------------------------------------------- /ajax/record.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax/record.php -------------------------------------------------------------------------------- /ajax/updateprocess.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax/updateprocess.php -------------------------------------------------------------------------------- /ajax/updateprocess2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaydeepnasit/PHP-CRUD-Operations-Ajax/HEAD/ajax/updateprocess2.php --------------------------------------------------------------------------------