function errorpage($message, $cuscon = false, $goBack = true, $exit = true) { if (!$cuscon) { echo "
\"Wahh!\"
WAHHH!!!
{$message}
" . ($goBack ? "

<-- Go Back" : "") . "
"; } else { echo $cuscon; } if($exit) exit; }