PHP Tutorials Compilation
Here are the list of our PHP Lessons and Tutorials
- Introduction to PHP scripting language
- PHP Tutorial – Learning the PHP Syntax
- PHP Tutorial – PHP Basic Data types
- PHP Variables
- PHP String Variable
- PHP if statement
- PHP if…else statement
- PHP if…else…if statement
- PHP Loop
a. The while loop
b. do while loop
c. for loop
- PHP Arrays
- PHP Function
- PHP $_GET and $_POST
- PHP Forms
- PHP-MySQL
a. Introduction
b. Connecting to MySQL database
c. Creating a Database
d. Creating a Table
e. Selecting Database
f. Inserting of records
g. Select Data in Database and Display the record in HTML table
h. The Where Clause
i. The ORDER BY Clause
j. UPDATE statement
k. DELETE statement