Leggi tutto
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP Operators
PHP Operators
Operators are used to perform operations on variables and values.
PHP divides the...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....