Religion
No data to show
Read More
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP - $_SERVER
$_SERVER
$_SERVER is a PHP super global variable which holds information about headers,...
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP - Modify Strings
PHP has a set of built-in functions that you can use to modify strings.
Upper Case...