Please answer this simple SPAM challenge: max(three, two)? (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