Skip to content

shindesharad71/CRUD-PHP-JQuery-AJAX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 )