unexpected $end 帮忙见见
程序员文章站
2022-05-11 08:11:09
...
unexpected $end 帮忙看看
Parse error: syntax error, unexpected $end in D:\wamp\www\05\lb_ok.php on line 147
另外谁介绍一款查查PHP错误的软件之类的,下面这个运行会出现上边这个错误,困扰好几天了!
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);
?>
发起人 |
主题: | 发布日期: | |
我是:生 email: QQ: |
上一篇: 圆角边框(CSS3)
下一篇: css3边框效果
推荐阅读
-
PHP错误Parse error: syntax error, unexpected end of file in_PHP
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法_php技巧
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办
-
PHP错误Parse error: syntax error, unexpected end of file in_PHP
-
PHP Parse error: syntax error, unexpected end of file in line70
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
Uncaught SyntaxError: Unexpected end of input异常
-
gzip: stdin: unexpected end of file tar: Unexpected EOF in archive tar: Unexpect
-
PHP错误Parse error: syntax error, unexpected end of file in test.php on line 12解决方法
-
记录微信小程序报错 Unexpected end of JSON input;at pages/flow/checkout page getOrderData function
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论