项目作者: cyb3rist

项目描述 :
MySQLi Database CRUD codes with PHP
高级语言: PHP
项目地址: git://github.com/cyb3rist/PHP-MySQLi-CRUD.git
创建时间: 2020-01-10T18:10:08Z
项目社区:https://github.com/cyb3rist/PHP-MySQLi-CRUD

开源协议:Creative Commons Zero v1.0 Universal

下载


PHP-MySQLi-CRUD

MySQLi Database CRUD codes with PHP (Object-Oriented)

config.php - PHP Connect to MySQL

createDatabase.php - Create a MySQL Database Using PHP

createTable.php - Create a MySQL Table Using PHP

insertData.php - Insert Data Into MySQL Using PHP

selectData.php - Select and Show Data From a MySQL Database Using PHP

updateData.php - Update Data In a MySQL Table Using PHP

limitData.php - Limit Data Selections From a MySQL Database Using PHP

deleteData.php - Delete Data From a MySQL Table Using PHP

getLastIdClause - Get ID of The Last Inserted Database Record Using PHP

orderByClause - Select and Order Data From a MySQL Database Using PHP

whereClause - Select and Filter Data From a MySQL Database Using PHP