For this you will need:
PHP 5.1+
mySQL
A server, Or localhost.
Ok, lets get started. (spoilers are just acting as tabs.)
First, lets get the sql connection up and running:
connect.php file:
Now, we will do a basic database create.
Code:
this is how to insert:
Code:
How to create a table:
Code:
How to delete:
Code:
How to read:
Code:





Reply With Quote





