22 |

23 | CRUD-PHP-JQuery-AJAX

24 | 25 |

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

27 | 28 |

29 | 📌 Resources Used while Making

30 | 31 | 36 | 37 |

38 | 📌 Installation

39 | 40 |

requires PHP 5.6+

41 | 42 |

Export CRUP-db.sql file in your database.

43 | 44 |

Add Your Database Details in dbconfig.php file.

45 | 46 |

47 | 
48 |     $hostname = 'localhost';    // Host Name
49 | 
50 |     $user = 'root'; // username of host
51 | 
52 |     $password = ''; // password of host
53 | 
54 |     $dbname = '';   //database name
55 | 
56 | 
57 | 58 |

59 | 📌 Version

60 | 61 |

62 | v1.0

63 | 64 | 67 | 68 |

69 | 📌 License

70 | 71 |

MIT

72 | 73 |

Free Software, Hell Yeah!

74 | 75 |

( readme updated on 17-9-2016 )

76 | 77 | 82 | 83 |