-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuy_sql.php
43 lines (36 loc) · 1.12 KB
/
buy_sql.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
<html>
<head>
<title>
Edit csv file
</title>
<script src="http://code.jquery.com/jquery-3.3.1.min.js"></script>
<script>
</script>
</head>
<body>
<center>
<form method="post">
<input type="text" name="item_name" placeholder="Item name" size="40px"> Quality:
<select name="quality">
<option></option>
<option>Strange </option>
<option>Unusual </option>
<option>Genuine </option>
</select>Killstreak:<select name="killstreak">
<option></option>
<option>Killstreak </option>
<option>Specialized Killstreak </option>
<option>Professional Killstreak </option></select><br><br>
<input type="text" name="key" placeholder="value in key">
<input type="text" name="ref" placeholder="value in refine">
<input type="text" name="rec" placeholder="value in reclaimed">
<input type="text" name="scrap" placeholder="value in scrap">
<input type="text" name="bud" value="0" disabled>
<select name="buysell">
<option> buy<br></option>
<option> sell<br></option></select><br><br>
<input type="submit" name="sub">
</form>
</center>
</body>
</html>