Leia Mais
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP while Loop
The while loop - Loops through a block of code as long as the specified condition is...
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...