HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
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&ucirc;btoernooi 2014 | Led&ucirc;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&ucirc;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 &euro; <?php echo $_SESSION['prijs']; ?>,-
                en eventueel kampeergeld van &euro; 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(); ?>