CRUD-PHP-JQuery-AJAX icon indicating copy to clipboard operation
CRUD-PHP-JQuery-AJAX copied to clipboard

Basic Create Read Update Delete operations using JQuery AJAX with PHP MySQLi

CRUD-PHP-JQuery-AJAX

Basic Create Read Update Delete operations using JQuery AJAX with PHP MySQLi

:pushpin: Resources Used while Making

  • PHP
  • Bootstrap
  • JQuery

:pushpin: Installation

requires PHP 5.6+

Export CRUP-db.sql file in your database.

Add Your Database Details in dbconfig.php file.



	$hostname = 'localhost'; 	// Host Name
	
	$user = 'root'; // username of host
	
	$password = ''; // password of host
	
	$dbname = ''; 	//database name


:pushpin: Version

v1.0

  • released on 17-9-2016

:pushpin: License

MIT

Free Software, Hell Yeah!

( readme updated on 17-9-2016 )