一个程序下载的管理程序(四)

//管理程序chang.php源代码如下:

 1<html>
 2<head>
 3<title>修改资料</title>
 4<meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
 5</head><body>
 6<table border="0" cellpadding="0" cellspacing="0" width="100%">
 7<tr>
 8<td height="29"><font size="2">你的位置:<a href="../default.php">首页</a>-&gt;&gt;<a href="download.php?action=show">下载基地</a>-&gt;&gt;修改资料</font></td>
 9</tr>
10</table>
11<table border="0" cellpadding="0" cellspacing="0" height="446" width="100%">
12<tr>
13<td bgcolor="#99cc00" height="335" width="77%">
14<table border="0" cellpadding="0" cellspacing="0" height="335" width="100%">
15<tr>
16<td colspan="2" height="42"> </td>
17</tr>
18<form action="chang.php?step=2&amp;id=&lt;?=$id?&gt;" method="post">
19<tr>
20<td height="35" width="19%"><font size="2">软件名称</font></td>
21<td height="35" width="81%">
22<input name="title" title"];?="" value="&lt;?=$rs["/>" &gt;   
23</td>
24</tr>
25<tr>
26<td height="36" width="19%"><font size="2">软件地址</font></td>
27<td height="36" width="81%">
28<input name="url" size="50" url"];?="" value="&lt;?=$rs["/>"   
29&gt;   
30</td>
31</tr>
32<tr>
33<td height="34" width="19%"><font size="2">大小</font></td>
34<td height="34" width="81%"> <font size="2">
35<input name="size" size="12" size"]?="" type="text" value="&lt;?=$rs["/>"&gt;   
36</font></td>
37</tr>
38<tr>
39<td height="42" width="19%">
40<div align="left"><font size="2">分类</font></div>
41</td>
42<td height="42" width="81%"><font size="2">
43<select name="type">
44<option "selected";="" <?if($rs["type"]="1)" ?="" echo=""> value="1"&gt;密码破解</option>
45<option "selected";="" <?if($rs["type"]="2)" ?="" echo=""> value="2"&gt;远程控制</option>
46<option "selected";="" <?if($rs["type"]="3)" ?="" echo=""> value="3"&gt;端口扫描</option>
47<option "selected";="" <?if($rs["type"]="4)" ?="" echo=""> value="4"&gt;字典工具</option>
48<option "selected";="" <?if($rs["type"]="5)" ?="" echo=""> value="5"&gt;系统安全</option>
49<option "selected";="" <?if($rs["type"]="6)" ?="" echo=""> value="6"&gt;各种炸弹</option>
50<option "selected";="" <?if($rs["type"]="7)" ?="" echo=""> value="7"&gt;加密软件</option>
51<option "selected";="" <?if($rs["type"]="8)" ?="" echo=""> value="8"&gt;源代码</option>
52<option "selected";="" <?if($rs["type"]="9)" ?="" echo=""> value="9"&gt;其它软件</option>
53</select>
54</font> </td>
55</tr>
56<tr>
57<td height="31" width="19%"><font size="2">简介:</font></td>
58<td height="31" width="81%">
59<textarea cols="50" name="say" rows="10"><?=$rs["say"];?></textarea>
60</td>
61</tr>
62<tr>
63<td colspan="2" height="37">
64<div align="center">
65<input name="submit" type="submit" value="搞定"/>
66</div>
67</td>
68</tr>
69</form>
70</table>
71</td>
72</tr>
73</table>
74</body>
75</html>
Published At
Categories with Web编程
Tagged with
comments powered by Disqus