Registration completed!

Your data have been registered. You will receive a confirmation email soon.

If you do not receive the email confirming your registration, you might have mistyped your address in the form. Please register again or contact paladino@ira.inaf.it " . " -- " . $_POST['Email'] . " -- " . $_POST['Attend'] . " -- " . $_POST['Notes'] . ""; # mail 1 is to us # mail 2 is to submitter $to1 = "paladino@ira.inaf.it"; $subject1 = "Registration"; $headers1 = "From: " . $_POST['First'] . " " . $_POST['Last'] . " <" . $submitter . ">" ; $to2 = $submitter ; $subject2 = "Registration"; $headers2 = "From: SKA italian"; # echo $headers1 ; mail($to1, $subject1, $message1, $headers1) ; mail($to2, $subject2, $message2, $headers2) ; # if (mail($to, $subject1, $message1, $headers1)) { # echo("

Message successfully sent!

"); # } else { # echo("

Message delivery failed...

"); # } file_put_contents("elencoPartecipanti.txt", '
  • ' . $message3 . '
  • ' . "\n", FILE_APPEND); ?>