当前位置:Gxlcms > PHP教程 > unexpected$end帮忙见见

unexpected$end帮忙见见

时间:2021-07-01 10:21:17 帮助过:4人阅读

unexpected $end 帮忙看看
Parse error: syntax error, unexpected $end in D:\wamp\www\05\lb_ok.php on line 147
另外谁介绍一款查查PHP错误的软件之类的,下面这个运行会出现上边这个错误,困扰好几天了!


session_start();
if(isset($_GET['id'])){
$id=$_GET['id'];
}else{
$id="";
}
?>




查看帖子详细信息




include("conn/conn.php");
include("index_01.php");
include("index_02.php");
$select=mysql_query("select * from tb_content where id='$id'",$conn);
$array=mysql_fetch_array($select);
$select_user=mysql_query("select * from tb_user where username='".$array['username']."'",$conn);
$array_user=mysql_fetch_array($select_user);
?>



if(isset($_GET['page'])){
$page=$_GET['page'];
}else{
$page=1;
}
if($page<=1){
?>









人气教程排行

发起人 主题: 发布日期: ">回复


我是:


email:


QQ: