$str
"; } function print_errors($foo){ if(strlen($foo) > 1) print("Errors:
\n" . "
$foo
"); } if(isset($submit)) { $verify = 1; if(!$name || ( $name && (strlen($name) < 3 || strlen($name) > 64) ) ) { add_error("Please enter a valid name.", &$errors); $verify = 0; } if(!$email || !ereg("\@", $email) || ereg("^\@", $email) || ereg(" ", $email) || ereg("<", $email) || ereg(">", $email)) { add_error("Your email is not valid, please enter an email in the \"foo@domain\" format. ie: (me@aol.com)", &$errors); $verify = 0; } } ?>

Website Feedback Form


Thank you for your valuable input. With your comments, we hope to make a better and more useful site for you. Thanks again!
   - Saurabh Mathur (webmaster@jerryrusso.com)
Please fill out the following form to let us know what you think...Thanks!


\n"); ?>
Name: (Required)
E-Mail: (Required)
Are you a...
What did you think of the site?
Was it easy to get information from the site?
Did you find what you're looking for?
Any ideas, comments, or praise?
(Optional)