File: D:/HostingSpaces/SBogers10/ledub.komma.pro/wwwroot/belgium.php
<?php
session_start();
?>
<!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" />
<meta name="Author" content="Komma, (c) Komma Mediadesign, 2013. All Rights Reserved." />
<meta name="Subject" content="LedubToernooi Budel Cranendonck" />
<meta name="Description" content="Inschrijving LedubToernooi Budel Cranendonck" />
<meta name="Language" content="Nederlands" />
<meta name="Expires" content="14" />
<meta name="Robots" content="All" />
<title>Inschrijving Ledûbtoernooi 2014 | Ledûb Volleybal Budel Cranendonck</title>
<link href="css-js/screen.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body <?php if($bodyWidth){ echo("style=\"width:480px;\""); } ?> >
<div id="centerAlign">
<div id="mainframe">
<div class="logo"><img src="img/logo.jpg" width="250" height="111" /></div>
<div class="stapContentForm">
<h1>Inschrijving Ledûbtoernooi</h1>
<div class="clear_both"></div>
<h2>Bedankt voor uw inschrijving van team: <?php echo($_SESSION['teamnaam']); ?></h2><div class="clear_both"></div>
<?php if($_SESSION['sendmessage'] && $_SESSION['mailklantsend']){ ?>
<p>U krijgt nu een bevestigings e-mail op <strong><?php echo($_SESSION['email']); ?></strong>.
<br>Uw inschrijving is nu in behandeling genomen. Onderstaande informatie staat ook in de e-mail.<br><br>
Uw inschrijving wordt pas in behandeling genomen na onvangst van het inschrijfgeld van € <?php echo $_SESSION['prijs']; ?>,-
en eventueel kampeergeld van € 20,- op onze bankrekening Rabobanknr: 17.95.20.172 <br />BIC code: RABONL2U. IBAN nr: NL87 RABO 0017 9520 172.
<br><br>Vermeld op uw overboeking de teamnaam en de naam van de contactpersoon die ook op het inschrijfformulier voorkomt.<br><br>
Sluitingsdatum inschrijving: 12 mei 2014.</p>
<?php }else{ ?>
<p>Het verzenden van een bevestigingse-mail is mislukt. <br>Mogelijk heeft u een verkeerd e-mailadres opgegeven: <strong><?php echo($_SESSION['email']); ?></strong><br /><br />
Gelieve contact op te nemen met de beheerder via <a href="mailto:toernooi2014@vcledub.nl">toernooi2013@vcledub.nl</a></p><?php } ?>
</div>
</div>
</div>
</body>
</html>
<?php session_destroy(); ?>