-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathp1.php
53 lines (42 loc) · 1.12 KB
/
p1.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
<!DOCTYPE HTML>
<html>
<head>
<title> FUN </title>
</head>
<!-- https://htmlcolorcodes.com/color-chart/ -->
<body bgcolor="#3f51D5">
<a href="http://localhost/cse472/p2.php">Page 2</a> ||
<a href="http://localhost/cse472/p3.php">Page 3</a> ||
<a href="http://localhost/cse472/p4.php">Page 4</a> ||
<a href="http://localhost/cse472/p5.php">Page 5</a> ||
<a href="http://localhost/cse472/p6.php">Page 6</a> ||
<br>
<h1>Yahoooooooooooooooooo</h1>
<br>
<form action="p2.php" method="post">
<table border='4'>
<tr>
<td> User Name </td>
<td><input type="text" name="uname" id="unid" value=""> </td>
</tr>
<tr>
<td> Password</td>
<td><input type="password" name="upass" id="passid" > </td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="submit" value="Login"> </td>
</tr>
</table>
</form>
<br>
<div>
<form action="p3.php" method="get">
<input type="text" name="day" id="dayid" value="">
<input type="email" name="email" id="eid" value="">
<input type="date" name="dt" id="dtid" value="">
<input type="submit" name="submit" value="Save Save">
</form>
</div>
</body>
</html>