PHP

PHP cheatsheet

By
|
In PHP
|
On 20th June 2019
<?php // Exit the file, string inside get's echo'ed die("This file is not ment to be ran. ¯\_(ツ)_/¯"); exit("This file is not ment to be ran. ¯\_(ツ)_/¯"); /** * Printing */ echo ""; // Print a string or type that can be made into a...
This div height required for enabling the sticky sidebar