unexpected $end 帮忙见见

WBOY
Release: 2016-06-13 11:06:14
Original
770 people have browsed it

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

<br><?php <br />session_start();<br>if(isset($_GET['id'])){<br>	$id=$_GET['id'];<br>}else{<br>	$id="";<br>}<br>?><br>nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br><br><br><meta><br><title>查看帖子详细信息</title><br><style><br /><!--<br />.STYLE2 {color: #CC6633}<br />.STYLE4 {color: #CC6600}<br />body,td,th {<br />	font-size: 12px;<br />}<br />.STYLE6 {color: #FF0000}<br />--><br /></style><br><br><br><br><?php <br />include("conn/conn.php");<br>include("index_01.php");<br>include("index_02.php");<br>$select=mysql_query("select * from tb_content where id='$id'",$conn);<br>$array=mysql_fetch_array($select);<br>$select_user=mysql_query("select * from tb_user where username='".$array['username']."'",$conn);<br>$array_user=mysql_fetch_array($select_user);<br>?><br><br><p><img  alt="unexpected $end   帮忙见见" ></p><br>
Copy after login

    if(isset($_GET['page'])){
$page=$_GET['page'];
}else{
   $page=1;
}
if($page  ?>
  
    
    
    
    
  
  
    
    
  
发起人
主题: 发布日期:

      

unexpected $end   帮忙见见" />


    

我是:


    

email:


    

QQ:

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!