Crafts
No data to show
Read More
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP Syntax
A PHP script is executed on the server, and the plain HTML result is sent back to the browser....
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...