Networking
No data to show
Read More
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Multiline Comments
Multi-line Comments
Multi-line comments start with /* and end with */.
Any text...