Home
No data to show
Read More
PHP - Modify Strings
PHP has a set of built-in functions that you can use to modify strings.
Upper Case...
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...