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


Posted in PHP onOctober 09, 2006

//管理程序chang.php源代码如下:
<? session_start() ?>
<? if($session_power==""||$session_power<1)
{
header("location: ../message.php?redirect=default.php&message=你不是理员");
break;
}?>
<?require ("../opendata.php");?>
<?
if($step=="1")
{
if(!($rs=mysql_fetch_array(mysql_query("select * from download where id='".$id."'",$cn))))
   echo "提取资料出错";
else
{

?>
<html>
<head>
<title>修改资料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head><body>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="29"><font size="2">你的位置:<a href="../default.php">首页</a>->><a href="download.php?action=show">下载基地</a>->>修改资料</font></td>
  </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="446">
  <tr>
    <td height="335" width="77%" bgcolor="#99cc00">
      <table width="100%" border="0" cellspacing="0" cellpadding="0" height="335">
        <tr>
          <td colspan="2" height="42"> </td>
        </tr>
        <form method="post" action="chang.php?step=2&id=<?=$id?>">
          <tr>
            <td height="35" width="19%"><font size="2">软件名称</font></td>
            <td height="35" width="81%">
              <input name="title" value="<?=$rs["title"];?>" >
            </td>
          </tr>
          <tr>
            <td height="36" width="19%"><font size="2">软件地址</font></td>
            <td height="36" width="81%">
              <input name="url" size="50" value="<?=$rs["url"];?>"
           >
            </td>
          </tr>
          <tr>
            <td height="34" width="19%"><font size="2">大小</font></td>
            <td height="34" width="81%"> <font size="2">
              <input type="text" name="size" size="12" value="<?=$rs["size"]?>">
              </font></td>
          </tr>
          <tr>
            <td height="42" width="19%">
              <div align="left"><font size="2">分类</font></div>
            </td>
            <td height="42" width="81%"><font size="2">
              <select name="type">
                <option <?if($rs["type"]==1) echo "selected"; ?> value="1">密码破解</option>
                <option <?if($rs["type"]==2) echo "selected"; ?> value="2">远程控制</option>
                <option <?if($rs["type"]==3) echo "selected"; ?> value="3">端口扫描</option>
                <option <?if($rs["type"]==4) echo "selected"; ?> value="4">字典工具</option>
                <option <?if($rs["type"]==5) echo "selected"; ?> value="5">系统安全</option>
                <option <?if($rs["type"]==6) echo "selected"; ?> value="6">各种炸弹</option>
                <option <?if($rs["type"]==7) echo "selected"; ?> value="7">加密软件</option>
                <option <?if($rs["type"]==8) echo "selected"; ?> value="8">源代码</option>
                <option <?if($rs["type"]==9) echo "selected"; ?> value="9">其它软件</option>
              </select>
              </font> </td>
          </tr>
          <tr>
            <td height="31" width="19%"><font size="2">简介:</font></td>
            <td height="31" width="81%">
              <textarea name="say" cols="50" rows="10"><?=$rs["say"];?></textarea>
            </td>
          </tr>
          <tr>
            <td height="37" colspan="2">
              <div align="center">
                <input type="submit" value="搞定" name="submit">
              </div>
            </td>
          </tr>
        </form>
      </table>
    </td>
  </tr>
</table>
</body>
</html>
<?
}
}
if($step=="2")
{
mysql_query("update download set title='".$title."', say='".$say."',url='".$url."',size='".$size."',type='".$type."' where id=".$id,$cn);
header("location:download.php?action=show&type=$type");
}
?>

PHP 相关文章推荐
smarty section简介与用法分析
Oct 03 PHP
PHP全概率运算函数(优化版) Webgame开发必备
Jul 04 PHP
采集邮箱的php代码(抓取网页中的邮箱地址)
Jul 17 PHP
php中检查文件或目录是否存在的代码小结
Oct 22 PHP
一个PHP的远程图片抓取函数分享
Sep 25 PHP
WordPress自定义时间显示格式
Mar 27 PHP
PHP微信开发之二维码生成类
Jun 26 PHP
php项目中百度 UEditor 简单安装调试和调用
Jul 15 PHP
9个比较实用的php代码片段
Mar 15 PHP
php技巧小结【推荐】
Jan 19 PHP
Yii2框架中一些折磨人的坑
Dec 15 PHP
PHP优化之批量操作MySQL实例分析
Apr 23 PHP
PHP下MAIL的另一解决方案
Oct 09 #PHP
一个程序下载的管理程序(二)
Oct 09 #PHP
在php中取得image按钮传递的name值
Oct 09 #PHP
PHP4之COOKIE支持详解
Oct 09 #PHP
一个程序下载的管理程序(一)
Oct 09 #PHP
一个程序下载的管理程序(三)
Oct 09 #PHP
计数器详细设计
Oct 09 #PHP
You might like
轻松修复Discuz!数据库
2008/05/03 PHP
ubuntu 编译安装php 5.3.3+memcache的方法
2010/08/05 PHP
php数组编码转换示例详解
2014/03/11 PHP
PHP批量查询WordPress留言者E-mail地址实现方法
2015/02/15 PHP
64位windows系统下安装Memcache缓存
2015/12/06 PHP
PHP实现大数(浮点数)取余的方法
2017/02/18 PHP
掌握PHP垃圾回收机制详解
2019/03/13 PHP
基于jquery的一个简单的脚本验证插件
2010/04/05 Javascript
单击浏览器右上角的X关闭窗口弹出提示的小例子
2013/06/12 Javascript
用html+css+js实现的一个简单的图片切换特效
2014/05/28 Javascript
Mint-UI时间组件起始时间问题及时间插件使用
2018/08/20 Javascript
新手快速入门JavaScript装饰者模式与AOP
2019/06/24 Javascript
layui的数据表格+springmvc实现搜索功能的例子
2019/09/28 Javascript
[02:14]2016国际邀请赛中国区预选赛Ehome晋级之路
2016/07/01 DOTA
[02:19]2018年度DOTA2最佳核心位选手-完美盛典
2018/12/17 DOTA
python读写文件操作示例程序
2013/12/02 Python
Python使用django框架实现多人在线匿名聊天的小程序
2017/11/29 Python
python监控进程脚本
2018/04/12 Python
对python中的logger模块全面讲解
2018/04/28 Python
用python给自己做一款小说阅读器过程详解
2019/07/11 Python
Django获取该数据的上一条和下一条方法
2019/08/12 Python
后端开发使用pycharm的技巧(推荐)
2020/03/27 Python
VSCode中autopep8无法运行问题解决方案(提示Error: Command failed,usage)
2021/03/02 Python
应届毕业生个人自我评价
2013/09/20 职场文书
大学生涯自我鉴定
2014/01/16 职场文书
超市中秋节促销方案
2014/03/21 职场文书
个人欠款担保书
2014/05/20 职场文书
在职党员进社区活动总结
2014/07/05 职场文书
异地年检委托书范本
2014/09/24 职场文书
三提三创主题教育活动查摆整改措施
2014/10/25 职场文书
高中班主任评语
2014/12/30 职场文书
公司员工辞职信范文
2015/05/12 职场文书
美甲店的创业计划书模板
2019/08/23 职场文书
PyTorch 如何自动计算梯度
2021/05/23 Python
python模块与C和C++动态库相互调用实现过程示例
2021/11/02 Python
德生2P3收音机开箱评测
2022/04/30 无线电