[Go to /]

Grid Tutorial 06

Event Home

Programme
Registration
Participants
Flyer

Lodging

RC-RUG
SARA
NIKHEF
GridForum NL

EGEE

I would like to attend the Grid Tutorial meeting on September 18 and 19, hosted by RC-RUG, Groningen

"; 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)); $arr3 = Array("EGEE-SA1", "EGEE-NA4", "EGEE-JRA1", "LOFAR", "VL-e", "BioAssist/NBIC", "LCG", "other"); $form .= dropCell("Member of (primarily)", dropSelect("project",$arr3, $arr3, false)); $form .= dropCell("Email *", dropTextInput("email", 30, true)); $form .= dropCell("Email (confirm)*", dropTextInput("email2", 30, true)); $form .= ""; $form .= "

* = required field

"; $form .= "\n"; $form .= "\n"; $form .= "
"; if ( $bPost && ( $csvArr[6] != $csvArr[7] ) ) { $form="Error: Email addresses inconsistent
".$form; $bDone=false; } if (!$bDone) { echo $form; } else { //echo "
$emailData
"; $bSuccess = appendCSV("grid-tut-2006-09.csv", ";"); if ($bSuccess) { global $csvArr; $bSuccess = @mail( substr($csvArr[6],1,strlen($csvArr[6])-2), "Registration Groningen Grid Tutorial September 2006", $emailData, "From: tutorial-registration@dutchgrid.nl"); $bSuccess = @mail("tutorial-registration@dutchgrid.nl", "Registration for the grid tutorial 2006 from ". $cvsArr[2]." ".$csvArr[3], $emailData, "From: nobody@dutchgrid.nl"); } if (!$bSuccess) { echo "

Fout: Kon e-mail niet versturen.

"; } else { ?>

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


Comments to .