| 1. Development with PHP |
| |
1.1 PHP Introduction |
| |
1.2 Basic PHP Syntax |
| |
1.3 Basic PHP skills |
| |
1.4 Commenting PHP Code |
| |
1.5 PHP Case Sensitivity |
| |
1.6 PHP Variable Type |
| |
1.7 PHP Echo and print statement |
| |
1.8 PHP Constant |
| 2. PHP Operator Type |
| |
2.1 Arithmetic Operator |
| |
2.2 Logical Operator |
| |
2.3 Comparison Operator |
| |
2.4 Assignment Operator |
| |
2.5 Conditional Operator |
| 3. PHP Decision Making |
| |
3.1 The If...Else Statement |
| |
3.2 The ElseIf Statement |
| |
3.3 The Switch Statement |
| 4. PHP Loop Type |
| |
4.1 The for loop statement |
| |
4.2 The while loop statement |
| |
4.3 TThe do-while loop statement |
| |
4.4 The foreach loop statement |
| |
4.5 The break statement |
| |
4.5 The continue statement |
| 5. PHP Array |
| |
5.1 Numeric Array |
| |
5.2 Associative Arrays |
| |
5.3 Multidimensional Arrays |
| 6. PHP GET and POST methods |
| |
6.1 The Get Method |
| |
6.2 The Post Method |
| |
6.3 The Request Method |
| 7. PHP String |
| |
7.1 String Concatenation Operator |
| |
7.2 strlen() function |
| |
7.3 strpos() function |