Lire la suite
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP switch Statement
The switch statement is used to perform different actions based on different...
PHP Data Types
PHP Data Types
Variables can store data of different types, and different data types can do...