File: D:/HostingSpaces/SBogers44/ledubtoernooi.nl/wwwroot/minikamp/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="Ledub Minikamp Budel Cranendonck" />
<meta name="Description" content="Inschrijving Ledub Minikamp Budel Cranendonck" />
<meta name="Language" content="Nederlands" />
<meta name="Expires" content="14" />
<meta name="Robots" content="All" />
<title>Inschrijving Ledûb Minikamp | 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ûb Minikamp</h1>
<div class="clear_both"></div>
<h2>Bedankt voor uw inschrijving!</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 is definitief na onvangst van het inschrijfgeld van € <?php echo $_SESSION['prijs']; ?>,-
op onze bankrekening IBAN nr: NL87RABO0179520172. BIC code: RABONL2U.
<br><br>Vermeld op uw overboeking de naam van uw kind.</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:info@ledubkamp.nl">info@ledubkamp.nl</a></p><?php } ?>
</div>
</div>
</div>
</body>
</html>
<?php session_destroy(); ?>