Party
No data to show
Read More
PHP Operators
PHP Operators
Operators are used to perform operations on variables and values.
PHP divides the...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...