No data to show
Read More
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 Global Variables - Superglobals
Superglobals were introduced in PHP 4.1.0, and are built-in variables that are always available...
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...