-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.php
More file actions
63 lines (54 loc) · 1.92 KB
/
Copy pathindex.php
File metadata and controls
63 lines (54 loc) · 1.92 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?php
/*Created by saqib 18-08-2009*/
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Knet Merchant Demo</title>
<meta http-equiv="pragma" content="no-cache">
<link href="st.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" cellpadding="1" cellspacing="1" class="text">
<tr>
<td align="center" >
<table width="70%" border="0" >
<tr><td align=center class="heading">
<img src=knet.gif>
</td>
<td align="left" width="70%" class="heading"><strong>Knet Merchant Demo Shopping Center-php</strong></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><form action="details.php" method="post">
<input type="hidden" id="product" name="product" value="Internet Card">
<input type="hidden" id="price" name="price" value="2">
<table width="70%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#CCCCCC" >
<tr>
<td colspan="2" class="tdwhite"><p>Use our Internet Cards and enjoy the fastest, most cost-effective, easiest way to serve the web with our special offer. Now you can register for the exact number of days you want. Our prices and performance are the execuse to buy from us.<br>
<br>
</p> </td>
</tr>
<tr>
<td width="241" class="tdfixed"><strong>Prices/Day</strong></td>
<td width="533" class="tdwhite">2 KD</td>
</tr>
<tr>
<td class="tdfixed"><strong>Number of days you wish to subscribe</strong></td>
<td class="tdwhite"><input type="text" id="qty" name="qty" value="7">
day(s)</td>
</tr>
<tr>
<td class="tdwhite"></td>
<td class="tdwhite"><input type="submit" name="submit" value="Purchase"></td>
</tr>
</table>
</form></td>
</tr>
</table>
<p/>
</font>
</body>
</html>