Health
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 do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP - $_SERVER
$_SERVER
$_SERVER is a PHP super global variable which holds information about headers,...
PHP - Slicing Strings
Slicing
You can return a range of characters by using the substr() function.
Specify...
PHP Numbers
In this chapter we will look in depth into Integers, Floats, and Number Strings.
PHP Numbers...