Networking
No data to show
Read More
PHP Installation
What Do I Need?
To start using PHP, you can:
Find a web host with PHP and MySQL support...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....