CONTACT UCC


Contact Ultimate Caddy Golf Directory
(*) are required fields

Name: *
City: *
Country:
E-Mail Address:
Web site, if ya got one! *

Send us your comments and/or suggestions *

Would you like to receive emails from Ultimate Caddyin the future?
YES   NO  

here to try again!\n"; if (!$name || !$city || !$comments ) { echo "


You have missed a field in the form."; echo "
$link

"; return 1; } if ($msg = chkEmail($email)) { echo "$msg

$link
\n"; return 1; } $mailbody=" A new contact has filled in the contact form. The information supplied by the person is as follows:\n\n"; // reset($HTTP_POST_VARS); foreach ($HTTP_POST_VARS as $key=>$val){ $mailbody .= "$key = $val \n"; } $mailbody .= " Ultimate Caddy."; $mailsubject = "New Ultimate Caddy Contact"; mail($owner_email,$mailsubject,$mailbody); mail($webmaster_email,$mailsubject,$mailbody); mysqlInsertData($HTTP_POST_VARS, "contacts"); echo "
\n"; echo " \n"; echo "\n"; echo " \n"; echo "
\n"; echo "Thank you for dropping me a line!
"; echo "
Check out what others had to say » click here
\n"; echo "

back to Ultimate Caddy's home
\n"; return 1; }//end of process_contact ?>