Home
No data to show
Read More
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP echo and print Statements
With PHP, there are two basic ways to get output: echo and print.
In this...
PHP Multiline Comments
Multi-line Comments
Multi-line comments start with /* and end with */.
Any text...
PHP if Statements
Conditional statements are used to perform different actions based on different conditions....