Literature
No data to show
Read More
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP switch Statement
The switch statement is used to perform different actions based on different...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...