Skip to content

HasanHero1/php-crud-procedural

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Php-Crud

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

  1. connect.php : How to Connect to Mysql and localhost server using Php
  2. create_db.php : How create database in MySQL using PHP
  3. create_table.php : How create table in MySQL using PHP
  4. sign_up.php : Template of simple registration page
  5. insert.php : How to insert data into your database using PHP
  6. select.php : How to fetch information from your database and show in a table using PHP
  7. edit.php : How to edit one and more informations in your database using PHP
  8. delete.php : How to delete information from your database using PHP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages