if($step=="1") { if(!($rs=mysql_fetch_array(mysql_query("select * ">
输入banner图图片脚本导航/分类

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

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


{
header("location: ../message.php?redirect=default.php&message=你不是理员");
break;
}?>

if($step=="1")
{
if(!($rs=mysql_fetch_array(mysql_query("select * from download where id='".$id."'",$cn))))
echo "提取资料出错";
else
{

?>


修改资料








你的位置:首页->>下载基地->>修改资料















}
}
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");
}
?>

www.bkjia.comtruehttp://www.bkjia.com/PHPjc/315562.htmlTechArticle//管理程序chang.php源代码如下:

? session_start() ? ? if($session_power==||$session_power1) { header(location: ../message.php?redirect=default.phpquot;); break; }? ?require...