Skip to content

RyannKim327/Basic-CRUD-in-PHP-and-MySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic CRUD in PHP and MySQL

MPOP Reverse II (Ryann Kim Sesgundo)

This is just build using xampp, and I hope it helps you a lot.

Create

You may found it in the index.php, where the INSERT query is there around line 127 to line 132 of the index.php

Read

Basically, you may found this in the most of the file, but I created one file, where you can easily see the Read, and it is in the lists.php. I use read alsi for knowling if the user is exixted in the index.php, also auto complete in the update.php.

Update

You may see this in the update.php. And I hope the code explains a lot.

Delete

Delete can be found in the lists.php. Around line 39 to 49. This is to lessen the file, also to make a one file coding inside of it.

How to use this project

Just go and download this repository, either using git clone, or download thru your desktop or mobile device with desktop mode.

I hope that this project will help you to learn the basics of CRUD with PHP and MySQL.
Ryann Kim Sesgundo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published