Crafts
No data to show
Read More
PHP switch Statement
The switch statement is used to perform different actions based on different...
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...
PHP Array Functions
PHP Array Functions
PHP has a set of built-in functions that you can use on arrays....
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Numbers
In this chapter we will look in depth into Integers, Floats, and Number Strings.
PHP Numbers...