You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
B
html.
<!-- Contact Box -->
<div class="contact-box text-center">
<?php
if (isset($_SESSION['message'])) {
echo '<div class="alert alert-success">' . $_SESSION['message'] . '</div>'...
-
B
my dashboard does not work why is it showing like this