I would like to attend the 7th MWSG on December 14 and 15 2005 at the Science Park Amsterdam (Kruislaan 413, 1098 SJ Amsterdam)

"; require("form.php"); if ($bPost) $bDone = true; $form = "

\n"; $form .= "

". $emailHeader ."

"; $form .= "\n"; $arr = Array("mr.", "ms."); $form .= dropCell("I am ", dropRadio("m/v", $arr, false,"",false)); $form .= dropCell1("First name *", dropTextInput("voornaam", 30, true)); $form .= dropCell1("Last name *", dropTextInput("achternaam", 30, true)); $form .= dropCell("Organisation * ", dropTextInput("organisatie", 30, true)); $form .= dropCell1("Project *", dropTextInput("project", 30, true)); $arr = Array("Yes I join and pay", "No I starve"); $form .= dropCell("Workshop dinner on Wednesday *", dropRadio("dinner", $arr, true,"",true)); $form .= dropCell("Email *", dropTextInput("email", 30, true)); $arr = Array("No", "Yes"); $form .= dropCell("Including JSPG meeting", dropRadio("jspg", $arr, false,"",false)); $form .= ""; $form .= "

* = required field

"; $form .= "\n"; $form .= "\n"; $form .= "
"; if (!$bDone) { echo $form; } else { //echo "
$emailData
"; $bSuccess = appendCSV("mwsg7.csv", ";"); if ($bSuccess) { global $csvArr; $bSuccess = @mail(substr($csvArr[6],1,strlen($csvArr[6])-2), "Registration MWSG7 ", $emailData, "From: nobody@nikhef.nl"); $bSuccess = @mail("davidg@nikhef.nl", "Registration for the MWSG7 from ".$cvsArr[1]." ".$csvArr[2], $emailData, "From: nobody@nikhef.nl"); //$bSuccess = @mail("mieke.van.den.berg@wtcw.nl", "Registration form VL-e Workshop", $emailData, "From: mieke.van.den.berg@wtcw.nl"); } if (!$bSuccess) { echo "

Fout: Kon e-mail niet versturen.

"; } else { ?>

Thank you very much for your registration. You'll receive a confirmation email shortly.