forked from abhi4j/person-finder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseeker.php
79 lines (73 loc) · 2.09 KB
/
seeker.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!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=iso-8859-1" />
<title>seeker</title>
<style type="text/css">
a:link {
color: #F0F0F0;
}
.style2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-style: italic;
font-size: 36px;
color: #CC3300;
}
.style3 {
font-family: "Courier New", Courier, monospace;
font-size: 18px;
color: #CC3300;
}
body {
background-color: #33CCFF;
}
.style7 {
font-size: 24px;
color: #003399;
}
.style13 {
font-family: "Courier New", Courier, monospace;
font-size: 18px;
color: #CC3333;
}
.style14 {
font-size: 36px;
color: #CC0033;
}
</style>
</head>
<body>
<table width="97%" border="2" cellspacing="5px" cellpadding="5px">
<tr>
<th width="17%" height="116" scope="col"><img src="images/helicopter.jpg" width="101%" height="172"/></th>
<th width="83%" bordercolor="#FFFFFF" bgcolor="#00FFFF" scope="col" background="images/map.jpg"><h1 class="style2">PERSON FINDER</h1>
<p class="style2 style7">Lets bring them back..TOGETHER..!! </p></th>
</tr>
</table>
<p><br />
<br />
<span class="style13">We offer deep sypathy to you and offer to help in whatever manner we can.!! Our database size has grown up tremendously and hence chances are greater that you will be able to successfully reach your relatives. </span></p>
<h1><em><span class="style14">Please provide whatever information you have about the person by filling up the below form.</span></em></h1>
<center>
<form name="f4" action="index.php">
<input type="submit" value="HOME" /><br /><br /><br />
</form>
<form id="form1" name="form2" method="post" action="result.php">
<table class="style3">
<tr>
<td>name of the person</td>
<td><input type="text" name="name" /></td>
</tr>
<tr>
<td>Your contact No.</td>
<td><input type="text" name="phone" /></td>
</tr>
<tr>
<td colspan="2" rowspan="2"><center><input type="submit" value="submit" /></center></td>
</table>
</form>
</center>
</form>
<p><em></em></p>
</body>
</html>