Networking
No data to show
Read More
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP Operators
PHP Operators
Operators are used to perform operations on variables and values.
PHP divides the...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....