Games
No data to show
Read More
PHP Syntax
A PHP script is executed on the server, and the plain HTML result is sent back to the browser....
PHP Operators
PHP Operators
Operators are used to perform operations on variables and values.
PHP divides the...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....