header("pragma:no-cache"); ?>
Grid Tutorial 06 Event Home Programme Registration Participants Flyer Lodging RC-RUG SARA NIKHEF GridForum NL EGEE |
$bPost = ($REQUEST_METHOD=="POST");
$bDone = false;
$emailData = "Thank you for registering for the ".
"Grid Tutorial in Groningen, September 18 and 19.\n\nThe following data have been recorded for your registration. Please contact the organisers in case you cannot attend. \n\n";
$emailHeader = "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 = " "; 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 { ?>
Comments to . |