File: D:/HostingSpaces/SBogers10/promic.komma.pro/wwwroot/english/kms/bedankt_aanmelden_account.php
<?php
session_start();
header("Content-Type: text/html; charset=UTF-8");
$verzenden_geslaagd = $_SESSION['geslaagd'];
$aanhef = $_SESSION['aanhef'];
$achternaam = $_SESSION['achternaam'];
$emailadres = $_SESSION['emailadres'];
?>
<!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!</title>
<link href="myKMS.css" rel="stylesheet" type="text/css" />
</head>
<body bgcolor="#FFFFFF" class="style1">
<center><div id="logo"><p><br /><a href="http://www.promic.nl" target="_blank"><img src="promic_logo.jpg" alt="Promic B.V." width="250" height="80" border="0"/></a></p></div></center>
<div id="vlakvlak"><div id="vlak"><div id="vlak2">
<p class="style1" align="center">
<?php
print("<strong>Dear ". $aanhef." ". $achternaam.",</strong><br><br>");
if ($verzenden_geslaagd == "goed"){
print("Welcome at Promic B.V. Your user name is <i>$emailadres</i>. To verify your data, we have send you an email. To activate your account request, please note that your account request first needs to be accepted by Promic B.V. before it will be actually activated. This will take 48 hours maximum.");
print("<br><br>With kind regards,");
print("<br>Promic B.V.");
}else{
print("Apparently, some failures occurred during registration. Unfortunately, it is not possible to send data at this moment. <br>Please try again. If these problems appear more often, please contact us by email at <a href=\"mailto:info@promic.nl\">info@promic.nl</a>.
<br>Please accept our apologies for any inconvenience.");
}
print("<br><br>Return to website by closing this window.");
?>
</p>
</div></div></div>
</body>
</html>