-
Notifications
You must be signed in to change notification settings - Fork 1
/
success2.php
30 lines (25 loc) · 906 Bytes
/
success2.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php
include 'php/includes/header.php';
$dbh = new PDO("mysql:host=localhost;dbname=station", "root", "");
?>
<div class="container" id="wrapper">
<div id="header">
<div class="logo"><img src="images/lg.jpg" width="60px" height="50px"/>Speak Up <span>Desk</span></div>
</div>
<div id="nav">
<?php include 'php/includes/navigation.php'?>
</div>
<div id="main">
<div class="row">
<div class="col-sm-12">
<p>Registered succesfully. You can now now <a href="login.php">Login</a></p>
</div>
</div>
</div>
<div style="" id="lfooter">
<p style="margin-top:5px;">Copyright © Speak up <a href="#" title="email">By Fabian Ocham </a> </p>
<div style="float:right; margin-top:-35px;margin-right:5px;">
<a href="#"><img src="images/facebook_32.png" alt="" /></a> <a href="#"><img src="images/twitter_32.png" alt="" /></a>
</div>
</div>
</div>