-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinsertdb.php
More file actions
26 lines (22 loc) · 877 Bytes
/
Copy pathinsertdb.php
File metadata and controls
26 lines (22 loc) · 877 Bytes
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
<html>
<head>
</head>
<body>
<form action="/input.php" method="post">
<label>Name:<br></label><input type="text" name="Name" id="Name" placeholder="Enter Name">
<br>
<label>Phone no.:<br></label><input type="phoneno" name="phoneno" id="phoneno" placeholder="Enter PHONE no ">
<br>
<label>Email:<br></label><input type="enail" name="email" id="email" placeholder="Enter Email">
<br>
<label>Password:<br></label><input type="password" name="password" id="password" placeholder="Enter password">
<br>
<label>Confirm Password:<br></label><input type="confirmpassword" name="Confirmpassword" id="Confirmpassword" placeholder="Enter password again">
<br>
<label>Description:<br></label><input type="description" name="description" id="desc" placeholder="description">
<br>
<input type="submit" name="sub" value="Sign Up">
<br><br>
</form>
</body>
</html>