PHP Specialist
PHP Specialist
1.01 - Writing Script
1.02 - Setting up Web Server
1.03 - Integrating HTML and PHP
1.04 - Calling PHP Pages from HTML
2.01 - Echo and Print
2.02 - Echo and Print Text
2.03 - Echo and Print Numbers and Expressions
2.04 - Echo and Print HTML Code
3.01 - Variable
3.02 - Constants
3.03 - Declaring and Initializing PHP Variables
3.04 - PHP Variable Types
4.01 - PHP Operators
4.02 - Arithmetic Operators
4.03 - Comparison Operators
4.04 - Logical Operators
4.05 - Assignment Operators
5.01 - Intro
5.02 - Basic If Statements
5.03 - If..Else
5.04 - Else...If
5.05 - Switch Statement
6.01 - Loops
6.02 - While Loops
6.03 - Do While loops
6.04 - For Loops