Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shindesharad71 committed Sep 16, 2016
1 parent 88e78e0 commit e883539
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# 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.

```php


$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 )

0 comments on commit e883539

Please sign in to comment.