-
Notifications
You must be signed in to change notification settings - Fork 0
/
up emp password.php
32 lines (29 loc) · 1.25 KB
/
up emp password.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
<html>
<head><title>BLOOD BANK</title></head>
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="common.css">
<div class="nav">
<div class="topnav">
<a class="active" href="welcome.html">Home</a>
<a href="contact.html">Contact</a>
</div>
</div>
<style>
body {
background-image: url('images/12.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
</style>
<body>
<center><h1>EMPLOYEE UPDATION FORM</h1></center>
<form action="up emp password2.php" method="post">
<center><b>Enter the id:<input type="text" name="Id" required /></b></center><br />
<center><b>Create a new password:<input type="password" name="Pwd" required /></b></center><br />
<center><input type="submit" value="submit"></center>
<br />
</form>
</body>
</html>