timeout=10; $validator->data_timeout=0; $validator->localuser="kieran"; $validator->localhost="linuxbox.co.nz"; $validator->debug=0; $validator->html_debug=0; $name = $_REQUEST['name'] ; $email = $_REQUEST['email'] ; $subject = $_REQUEST['subject'] ; $message = $_REQUEST['message'] ; if (!isset($_REQUEST['email'])) { ?> No Name

Error

Oops, it appears you forgot to enter your Runescape name. Please enter your infomation in again.

No Email

Error

Oops, it appears you forgot to enter your email. Please enter your infomation in again.

No Subject

Error

Oops, it appears you forgot to enter your subject. Please enter your infomation in again.

No Message

Error

Oops, it appears you forgot to enter your message. Please enter your infomation in again.

ValidateEmailBox($email)) { ?> Invalid Email

Error

Sorry, invalid email address. Please press back and try again.

word_fliter($bettermessage); mail( "kieran.p@inspire.net.nz", "Runescape Fan Site Mail", $cleanmessage, "From: $email" ); header( "Location: thanks.php?name=$name" ); } ?>