Please answer this simple SPAM challenge: min(six, five)? (Example: nine)
Php >5.4Creating a Custom Error Handlerset_error_handler("customError",E_ALL);function customError($errno, $errstr) { echo "<b>Error:</b> [$errno] $errstr<br>"; echo "Ending Script"; die(); }
<< Back to user notes page