Religion
No data to show
Read More
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Global Variables - Superglobals
Superglobals were introduced in PHP 4.1.0, and are built-in variables that are always available...
PHP Array Functions
PHP Array Functions
PHP has a set of built-in functions that you can use on arrays....
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...