强大的PHP内容管理系统尽量不要让站长把时间都花费在为您修正说明上。压缩包解压

源代码在线查看: vote_edit.php

软件大小: 3715 K
上传用户: ywc123456
关键词: PHP 管理系统 解压
下载地址: 免注册下载 普通下载 VIP

相关代码

								require_once(dirname(__FILE__)."/config.php");
				require_once(dirname(__FILE__)."/inc/inc_catalog_options.php");
				CheckRank(0,0);
				
				$aid = ereg_replace("[^0-9]","",$aid);
				$channelid="15";
				$dsql = new DedeSql(false);
				//读取归档信息
				//------------------------------
				$arcQuery = "Select 
				#@__archives.*,#@__addonvote.*,#@__arctype.typename
				From #@__archives
				left join #@__addonvote on #@__addonvote.aid=#@__archives.ID
				left join #@__arctype on #@__arctype.ID=#@__archives.typeid
				where #@__archives.ID='$aid' And #@__archives.memberID='".$cfg_ml->M_ID."'";
				$dsql->SetQuery($arcQuery);
				$row = $dsql->GetOne($arcQuery);
				if(!is_array($row)){
					$dsql->Close();
					ShowMsg("读取作品信息出错!","-1");
					exit();
				}
				
				
				require_once(dirname(__FILE__)."/templets/vote_edit.htm");
				
				?>			

相关资源