I have no ideea why my response from half an hour ago was not sent, but here
it is again:
1. Error reporting set to show notices, warnings and errors. See
http://www.php.net/manual/en/function.error-reporting.php
2. For caching you can use memcache. See http://www.php.net/memcache
3. These are c
function sign_petition()
{
throw new Exception('I WANT PHP may use your email address to
personalize your experience on their website.');
}
try {
sign_petition();
} catch (Exception $e) {
echo 'No thank you: ', $e->getMessage(), "\n";
}
--
Homer: You know what?
Grampa: What?
Homer:
2 matches
Mail list logo