Dance
No data to show
Read More
PHP - $_SERVER
$_SERVER
$_SERVER is a PHP super global variable which holds information about headers,...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP Multiline Comments
Multi-line Comments
Multi-line comments start with /* and end with */.
Any text...