予期しない $end 助けてください
解析エラー: 構文エラー、D:wampwww の予期しない $end
また、PHP のエラーを確認するためのソフトウェアをお勧めできますか? 以下を実行すると上記のエラーが表示され、数日間悩まされています。
<?php<br /> session_start();<br /> if(isset($_GET['id'])){<br /> $id=$_GET['id'];<br /> }その他{<br /> $id="";<br /> }<br /> ?><br /> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><br /> <html xmlns="http://www.w3.org/1999/xhtml"><br> <頭><br> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><br> <title>投稿の詳細を表示</title><br> <style type="text/css"><br> <!--<br /> .STYLE2 {カラー: #CC6633}<br /> .STYLE4 {カラー: #CC6600}<br /> body,td,th {<br /> フォントサイズ: 12px;<br /> }<br /> .STYLE6 {カラー: #FF0000}<br /> --><br /> </style><br> </head><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 align="center"><img src="images/06_01.gif" width="997" height="44" alt="" /></p><br> <table width="993" height="452" border="1" align="center" cellpadding="1" cellpacing="1" bordercolor="#CCCCCC" bgcolor="#CCCCCC"><br> <?php<br /> if(isset($_GET['page'])){<br /> $page=$_GET['ページ'];<br /> }その他{<br /> $page=1;<br /> }<br /> if($page<=1){<br /> ?><br /> <tr><br> <td width="188" bordercolor="#FFFFFF" bgcolor="#FFFDF1"><div align="center"><span class="STYLE6">スポンサー</span>< ;/ div></td><br> <td width="504" bordercolor="#FFFFFF" bgcolor="#FFFDF1"><span class="STYLE6">件名: <?php echo $array['subject'];?> </span></td><br> <td width="204" bordercolor="#FFFFFF" bgcolor="#FFFDF1"><span class="STYLE6">リリース日: <?php echo $array['release_date'];?> ;</span></td><br> <td width="74" bordercolor="#FFFFFF" bgcolor="#FFFDF1"><div align="center"><a href="hfzt.php?h_id=<?php echo $ id;?>">返信</a></div></td><br> </tr><br> <tr><br> <td height="106" align="center" bordercolor="#FFFFFF" bgcolor="#FFFDF1"><?php echo $array_user['username'];?><br> <p align="center"><img src="<?php echo $array_user['tx'];?> /></p><br> <p align="center"><span class="STYLE4">私は:<?php echo $array_user['sex'];?>生</span></p> <br> <p align="center"><span class="STYLE2">email:<?php echo $array_user['email'];?></span></p><br> <p align="center"><span class="STYLE4">QQ:<?php echo $array_user['qq'];?></span></p>< /td><br /> <tdcolspan="3" align="left" bordercolor="#FFFFFF" bgcolor="#FFFDF1"><?php echo $array['content'];?></td><br> </tr><br><div class="clear"></div>