Crud Operation using Php and Mysql ( Procedural Way)
Assalamualaikum.Hopefully you are doing well by the blessing of Allah. Here is the source codes of CRUD Operation using PHP & MYSQL
CRUD MEANS:- C- CREATE R- READ U- UPDATE D - DELETE
- connect.php : How to Connect to Mysql and localhost server using Php
- create_db.php : How create database in MySQL using PHP
- create_table.php : How create table in MySQL using PHP
- sign_up.php : Template of simple registration page
- insert.php : How to insert data into your database using PHP
- select.php : How to fetch information from your database and show in a table using PHP
- edit.php : How to edit one and more informations in your database using PHP
- delete.php : How to delete information from your database using PHP