Hi! How do I capture a 404 error? For example if I post to a script that is none existent, I need to capture the 404 error and do something with it. Thanks!
Try taking a look at the Error Handling with PHP article: http://www.phpbuilder.com/columns/mattias20000519.php3
/Mike