What is CRUD? Database creation. First, for that we need to create a database in mysql then under the database create a table. Here I named the database is db_crud […]
PHP MySQL Delete Data
Html template. For making the delete functionality no need to make other html template. This functionality will work in read page. So, for that i will not the html template […]
PHP MySQL Update Data
Html template. First create a folder named phpCrud then inside the folder create 3 files config.php, Database.php and update.php. Inside the update.php file paste the html code then open config.php […]
PHP MySQL Read Data
Html template. First create a folder named phpCrud then inside the folder create 3 files config.php, Database.php and read.php. Inside the read.php file pest the html code then open config.php […]
PHP MySQL INSERT Data
Html template. First create a folder named phpCrud then inside the folder create 3 files config.php, Database.php and create.php. Inside the create.php file pest the html code then open config.php […]