Fitness
No data to show
Read More
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...
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 foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...