unexpected $end 帮忙见见
程序员文章站
2022-04-24 17:43:00
...
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: |
推荐阅读
-
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
-
PHP Parse Error: syntax error, unexpected $end 错误的解决办法
-
Unexpected end of JSON input while parsing near错误
-
亲测解决npm ERR! Unexpected end of JSON input while parsing near...的方法
-
npm ERR! Unexpected end of JSON input while parsing near
-
npm ERR! Unexpected end of JSON input while parsing near '...Rg9e9zaVBZ
网友评论
文明上网理性发言,请遵守 新闻评论服务协议
我要评论