PHP headaches...
PHP headaches...
Out of context: Reply #10
- Started
- Last post
- 17 Responses
- unfittoprint0
if (empty($name) || $name == 'Your Name:' || empty($email) || $email == 'Your email:') {
header( "Location: $errorurl" );
exit;
}should be enough.