Literature
No data to show
Read More
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP Multiline Comments
Multi-line Comments
Multi-line comments start with /* and end with */.
Any text...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...