Skip to content

Commit e883539

Browse files
Create README.md
1 parent 88e78e0 commit e883539

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# CRUD-PHP-JQuery-AJAX
2+
3+
### Basic Create Read Update Delete operations using JQuery AJAX with PHP MySQLi
4+
5+
### :pushpin: Resources Used while Making
6+
* PHP
7+
* Bootstrap
8+
* JQuery
9+
10+
### :pushpin: Installation
11+
12+
requires PHP 5.6+
13+
14+
Export **CRUP-db.sql** file in your database.
15+
16+
Add Your Database Details in **dbconfig.php** file.
17+
18+
```php
19+
20+
21+
$hostname = 'localhost'; // Host Name
22+
23+
$user = 'root'; // username of host
24+
25+
$password = ''; // password of host
26+
27+
$dbname = ''; //database name
28+
29+
30+
```
31+
32+
### :pushpin: Version
33+
34+
#### v1.0
35+
* released on 17-9-2016
36+
37+
38+
:pushpin: License
39+
----
40+
41+
MIT
42+
43+
44+
**Free Software, Hell Yeah!**
45+
46+
47+
( readme updated on 17-9-2016 )

0 commit comments

Comments
 (0)