function print_form() { ?>
| OLUG InstallFest RSVP Form |
|
| OLUG InstallFest RSVP Form |
|
You RSVP has been sent.
You will recieve a copy to the email address you entered.
We look foward to seeing you on July 16th, 2005 between 12 PM and 6 PM.
OLUG © 2005
} if (isset($_POST['submit'])) { if (empty($_POST['name']) or empty($_POST['email'])) { echo "Your RSVP requires a Name and an email address!"; print_form(); } else { parse_form($name,$email,$used_linux,$help_install,$volunteer_install,$on_mailing_list,$reg_website,$has_distro,$class,$cpuinfo,$ram,$hd,$videocard,$internet_type,$modem_brand,$description,$whatwithlinux); } //parse_form(); } else { print_form(); } ?>