Have all this at the top of contact.php and no errors being presented!
PHP Code:
<?php
ini_set('display_errors', 1);
ini_set('log_errors', 1);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
ERROR_REPORTING(E_ALL);
?>
When in wamp I get a quick flash of
Not Found The requested URL was not found on this server.
On the web
See Here