Literature
No data to show
Read More
PHP - Slicing Strings
Slicing
You can return a range of characters by using the substr() function.
Specify...
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...