Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 651 Bytes

README.md

File metadata and controls

47 lines (24 loc) · 651 Bytes

CRUD-PHP-JQuery-AJAX

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

📌 Resources Used while Making

  • PHP
  • Bootstrap
  • JQuery

📌 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

📌 Version

v1.0

  • released on 17-9-2016

📌 License

MIT

Free Software, Hell Yeah!

( readme updated on 17-9-2016 )