File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change
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 )
You can’t perform that action at this time.
0 commit comments