-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtariadd.php
More file actions
47 lines (47 loc) · 1.01 KB
/
tariadd.php
File metadata and controls
47 lines (47 loc) · 1.01 KB
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
<html>
<head>
<title>Add</title>
</head>
<body bgcolor="#fff3e5">
<form action="tariadd1.php" method=POST>
<?php
include "index.php";
include "connection.php";
?>
<table>
<tr>
<th align=left>Type :</th>
<td><input type=text name=txttype size=50></td>
</tr>
<tr>
<th align=left>Inr single :</th>
<td><input type=text name=txtisgl size=30></td>
</tr>
<tr>
<th align=left>Inr double :</th>
<td><input type=text name=txtidbl size=30></td>
</tr>
<tr>
<th align=left>Usd single :</th>
<td><input type=text name=txtusgl size=30></td>
</tr>
<tr>
<th align=left>Usd double :</th>
<td><input type=text name=txtudbl size=30></td>
</tr>
<tr>
<th align=left>av room :</th>
<td><input type=text name=txtaroom size=3></td>
</tr>
<tr>
<th align=left valign=top>total room :</th>
<td><input type=text name=txttroom size=3></td>
</tr>
<tr>
<td colspan=2 align=center><input type=submit name=s1 value="submit">
<input type=submit name=s2 value="clear"><a href=tariadd.php></a></td>
</tr>
</table>
</form>
</body>
</html>