Shopping
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 - Slicing Strings
Slicing
You can return a range of characters by using the substr() function.
Specify...
PHP Delete Array Items
Remove Array Item
To remove an existing item from an array, you can use...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...