ADD A COURSE


Contact Ultimate Caddy Golf Directory
(*) are required fields

Course Name: *
City: *
Province/State:
Country:
Phone Number:
Fax Number:
E-Mail Address:
Web site*
here to try again!\n"; if (!$name || !$city || !$country || !$phone1) { 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 Course Entry"; mail($owner_email,$mailsubject,$mailbody); mail($webmaster_email,$mailsubject,$mailbody); mysqlInsertData($HTTP_POST_VARS, "caddy_info"); echo "
\n"; echo " \n"; echo "\n"; echo " \n"; echo "
\n"; echo "
Thank you for contributing to the UCC Directory
"; echo "
» back to Ultimate Caddy's home
\n"; return 1; }//end of process_contact ?>