PHP cheatsheet By programmerdude | 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...