if ($_GET['a']=="") { print("
"); print'
Dalībnieku reģistrācija (Entry form ):
Vārds, Uzvārds
*
:
(Name, Surname)
Telefons
*
:
(Phone)
E-pasts
*
:
(E-mail)
Nr. Kvalifikācijas maiņas
(# Squads)
*
:
E -
Entry
(Spēle)
R -
Re-entry
( Pārspēle)
W -
Waiting
(Pagaidu lapa)
EP -
Entry Packages
(Spēles komplekts 1E+2R)
E- R- W- EP-
'; } elseif ($_GET['a']=="send") { $to = "Julian@ml.lv, turnirs@bowlero.lv"; $subject = $_POST["name"]; $body = "ENTRY FORM\n\n Name,Surname: ".$_POST["name"] . "\r\n Phone: ".$_POST["tel"] . "\r\n E-mail: ".$_POST["email"] . "\r\n Squads: ".$_POST["squad"]; $headers = 'From: '.$_POST["email"] . "\r\r\n" . 'Reply-To: '.$_POST["email"] . "\r\r\n" . 'Content-type: text/plain; charset=UTF-8' . "\r\r\n" . 'X-Mailer: PHP/' . phpversion(); mail($to, $subject, $body, $headers); print("
Jūsu informācija tika nosūtīta!
Ваша информация отослана!
Your information is sent!
"); } else { print("
Forma nestrādā!
"); } ?>