Thank you. Your data have been registered!

You will receive a confirmation email soon.
If you do not receive the email confirming your registration, please register again or contact: SKAItaly2012@ira.inaf.it

" . "
"; # mail 1 is to us # mail 2 is to submitter $to1 = "paladino@ira.inaf.it"; $subject1 = "Italian SKA meeting Registration"; $headers1 = "From: " . $_POST['First'] . " " . $_POST['Last'] . " <" . $submitter . ">" ; $to2 = $submitter ; $subject2 = "Registration"; $headers2 = "From: SKA Italy-2012"; # echo $headers1 ; #mail($to1, $subject1, $message1, $headers1) ; #mail($to2, $subject2, $message2, $headers2) ; file_put_contents("./form_results/participants_NEW.txt", $message3 . "\n", FILE_APPEND| LOCK_EX); file_put_contents("./form_results/people_abstr.txt", $submitted . "\n", FILE_APPEND| LOCK_EX); ?>