-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDataInsert.php
48 lines (32 loc) · 955 Bytes
/
DataInsert.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" type="text/css" href="style3.css">
<head>
<title>
</title>
</head>
<body>
<?php
if($_SERVER['REQUEST_METHOD']=='POST'){
$value=$_POST['regName'];
$arr_size=$POST['regName'];
header('location:inputmain.php?value='.$value);
}
?>
<!div class="viu">
<div class="uee">
<h1>Enter the number</h1>
</div>
<form method="post">
<div class="ins">
<h2>Ad-hoc networks are local area networks that are also known as P2P networks because the devices communicate directly, without relying on servers. Like other P2P configurations, ad-hoc networks tend to feature a small group of devices all in very close proximity to each other.</h2>
</div>
<input type="number" name="regName" value="" id="inputtext">
<div class="but">
<!input type="submit" id="button">
<button id="button">Submits</button>
</div>
</form>
</div>
</body>
</html>