PHP头条
热点:

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


//管理程序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(和PHP搭配之最佳组合)_fetch_array(MySQL(和PHP搭配之最佳组合)_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>-&gt;&gt;<a href="download.php(做为现在的主流开发语言)?action=show">下载基地</a>-&gt;&gt;修改资料</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">&nbsp;</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>

www.phpzy.comtrue/phprm/34077.htmlTechArticle一个程序下载的管理程序(四) //管理程序chang.php (做为现在的主流开发语言) 源代码如下: ? session_start() ? ? if(session_power==""||session_power1) header("location: ../message.php (做为现在的主流开发语言...

相关文章

    暂无相关文章

PHP之友评论

今天推荐