Conference on Applied Mathematics Radzovce - Obrucna, Slovakia September 14-18, 2014 |
Electronic Registration Form $name=$_POST[name]; $sur=$_POST[sur]; $title=$_POST[title]; $sex=$_POST[sex]; $institution=$_POST[institution]; $address=$_POST[address]; $country=$_POST[country]; $email=$_POST[email]; $contribution=$_POST[contribution]; $communication=$_POST[communication]; $poster=$_POST[poster]; // $paper=$_POST[paper]; $accompanying=$_POST[accompanying]; // $single=$_POST[single]; // $double=$_POST[double]; if ($HTTP_SERVER_VARS[QUERY_STRING]=="send") { if($name && $sur && $sex && $institution && $address && $country && $email) { $to="sjcam@math.sk"; $subj=$name." ".$sur; $from="Registration SJCAM"; $text=" Name: $name Surname: $sur Title: $title Salution: $sex Institution: $institution Mailing address: $address Country: $country E-mail: $email Title of the contribution: $contribution \n"; if ($communication) {$t="Communication";}; if ($communication && $poster) {$t=$t.", ";}; if ($poster) {$t=$t."Poster";}; // if ($poster && $paper) {$t=$t.", ";}; // if ($paper) {$t=$t."Paper";}; $t=$t."\n"; $text=$text.$t; $text=$text."Accompanying persons: $accompanying \n"; // $text=$text."Single room: $single \n"; // $text=$text."Accommodation with: $double"; mail("$to", "$subj", $text, "From: $from \nReply-To: $from \nX-Mailer: Script mailer 1.0"); echo"
Name: | $name |
Surname: | $sur |
Title: | $title |
Salution: | $sex |
Institution: | $institution |
Mailing address: | $address |
Country: | $country |
E-mail: | |
Title of the contribution: | $contribution |
$t | |
Accompanying persons: | $accompanying |
Single room: | $single |
Accommodation with: | $double |