-
Notifications
You must be signed in to change notification settings - Fork 0
/
thankyou.php
41 lines (29 loc) · 898 Bytes
/
thankyou.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
31
32
33
34
35
36
37
38
39
40
41
<?php
include 'dbc.php';
$pagetitle="Successfully Registered";
include "includes/header3.php";
?>
<table width="100%" border="0" cellspacing="0" cellpadding="5" class="main">
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td width="160" valign="top"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></td>
<td width="732" valign="top">
<h3 class="titlehdr">Thank you</h3>
<h4>Your registration is now complete!</h4>
<p><font size="2" face="Arial, Helvetica, sans-serif">
<h4>You can Login by<a href="login.php"> Click here</a> </h4></p>
<p> </p>
<p align="right"> </p></td>
<td width="196" valign="top"> </td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
</table>
<?php include "includes/footer.php"; ?>