Leia mais
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP Operators
PHP Operators
Operators are used to perform operations on variables and values.
PHP divides the...
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....