MSV FM

dot.antimicrobial@66.96.161.157: ~ $
Path : /hermes/sb_web/b744/hr.linkwaycanada.com/
File Upload :
Current < : /hermes/sb_web/b744/hr.linkwaycanada.com/emailconfirmation.php

<?php
include "dbconnection.php";

$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error) {
    die("Connection failed: " . $conn->connect_error);
}
?>
<!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>Success Registration</title>
    <style type="text/css">
        <!--
        #apDiv1 {
            position:absolute;
            width:560px;
            height:auto;
            z-index:1;
            left: 13px;
            top: 111px;
            background-color: #F2F2F2;
        }
        #apDiv2 {
            position:absolute;
            width:560px;
            height:86px;
            z-index:2;
        }
        #apDiv3 {
            position:absolute;
            width:340px;
            height:586px;
            z-index:3;
            left: 568px;
            top: -94px;
            visibility: visible;
            background-image: url(Images/EncriptedMessagesImage.jpg);
        }
        -->
    </style>
</head>

<body>
<div id="apDiv2">
    <table width="500" height="80" border="0" align="center">
        <tr>
            <td width="90">
                <img src="file:///C|/Users/USER/OneDrive/Documents/SecretLover/Secret-Lover-Image-2.jpg" alt="" name="image2" width="80" height="80" id="image2" />
            </td>
            <td width="400" style="font-size: 24px; font-family: Tahoma, Geneva, sans-serif; font-weight: bold;
            text-align: center; color: #4632FC;"><h3>THANK YOU FOR YOUR REGISTRATION</h3></td>
        </tr>
    </table>
</div>
<div id="apDiv1">
    <p>We have send next instructions for verification to your email (<?=$_SESSION['registerEmail']?>)</p>
</div>
</body>
</html>