Leggi tutto
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP Break
The break statement can be used to jump out of different kind of loops.
Break in For...
PHP if Statements
Conditional statements are used to perform different actions based on different conditions....