E Niagara Web Awards

Nominations Are Now Closed

(*) are required fields


Site Name: *
URL: *
Award Category: *
Site Name2:
URL2:
Award Category2:
Site Name3:
URL3: *
Award Category: *
* The E-Niagara Web Awards do not judge paid sites or portions of sites.
First Name: *
Last Name: *
Title:
Company: *
City: *
Province/State: *
Country: *
Phone #: *
E-Mail Address: *
What Is Your Role: * Publisher    Producer    Publicist
Webmaster    Other
If other, please explain:
Send us your comments:

Would you like to receive E-Niagara Awards correspondence in the future?  YES   NO 

here to try again!

If you have Javascipt disabled or if you are
viewing with Firefox use the BACK button\n"; if ( !$site_name || !$url || !$category || !$firstname || !$company || !$city || !$role || !$lastname || !$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 .= " E-Niagara Web Awards."; $mailsubject = "New E-Niagara Conference Nominations"; mail($owner_email,$mailsubject,$mailbody); mail($owner_email2,$mailsubject,$mailbody); mail($owner_email3,$mailsubject,$mailbody); mail($webmaster_email,$mailsubject,$mailbody); mysqlInsertData($HTTP_POST_VARS, "nominations"); echo "
\n"; echo " \n"; echo "\n"; echo " \n"; echo "
\n"; echo "Thank you for submitting your site to the E-Niagara Web Awards
"; echo "Click here to register for the event!
\n"; echo "

back to E-Niagara home
\n"; return 1; }//end of process_nomination ?>