Religion
No data to show
Read More
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...