File: D:/HostingSpaces/SBogers10/komma-mediadesign.nl/wwwroot/ledub/en/bedankt.php
<?php
session_start();
$verzenden_geslaagd = $naam = $_SESSION['geslaagd'];
$teamnaam_final=$_SESSION['teamnaam'];
$emailadres = $_SESSION['emailadres'];
$gebruiker_bevestiging = $_SESSION['gebruiker'];
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Thank you for entering the VC Ledûb Tournament!</title>
</head>
<body>
<?php
if ($verzenden_geslaagd == "goed"){
print("Thank you for entering the VC Ledûb Tournament with ". $teamnaam_final.".");
if($gebruiker_bevestiging =="goed"){
print("<br> You will recieve an e-mail on ".$emailadres.".");
print("<br> Your registration wil be taking care of. The information on this page will be send to by e-mail.");
print("<br>Closing of the registration is the 7 of May 2009.<br>
Your registration is only valid after receiving the registration fee of € 60,- and € 20,- for the Campsite,
at our bank account of VC Ledûb, number: 17.95.20.172 BIC code: RABONL2U Iban nr: NL87RABO00179520172
Don't forget to mention your Team name and contactperson on the transfer. This must correspond to your entry form.");
}else{
print("The sending of an e-mail to your adress has failed. <br>Possible you give up the wrong adress: ".$emailadres);
}
}else{
print("Your entry has failed. Please try again some other time<br> Please contact the administrator on toernooi2009@vcledub.nl");
}
?>
</body>
</html>