Drinks
No data to show
Read More
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP while Loop
The while loop - Loops through a block of code as long as the specified condition is...
PHP Create Arrays
Create Array
You can create arrays by using the array() function:
ExampleGet your...
PHP Numbers
In this chapter we will look in depth into Integers, Floats, and Number Strings.
PHP Numbers...