Leia mais
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....
PHP - Slicing Strings
Slicing
You can return a range of characters by using the substr() function.
Specify...
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...