<?php
//include('dbbll.inc');
$db=new dbbll();
$result=$db->selectZjId($id);
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title></title>
<style type="text/css">
<!--
body,td,th {
font-family: 宋体;
font-size: 12px;
}
-->
</style></head><body align="center">
<center>
<!--整体表格 --><div>
<table width="600" height="170" border="0" cellspacing="3" cellpadding="0" style="border-style:solid; border-color:#E1E1E1; border-width:1px;">
  <tr>
    <td align="center" width="170">
<?php
echo "<img src='zj/$result[4]' />";
?>
</td>
    <td>
<!--图片右侧表格 -->
<table border="0" cellspacing="3" cellpadding="0">
<tr>
<td>
<!--图片右侧左侧表格 -->
<table height=150 width=200 border="0" cellspacing="5" cellpadding="0" style="border-style:double; border-color:#E1E1E1; border-width:1px;">
<tr>
<td>专辑名称:</td>
<td><?php echo "<font color='#666666'>$result[1]</font>"?></td>
</tr>
<tr>
<td>歌手:</td>
<td><?php echo "<font color='#666666'>$result[3]</font>"?></td>
</tr>
<tr>
<td>语言:</td>
<td><?php echo "<font color='#666666'>$result[2]</font>"?></td>
</tr>
<tr>
<td>唱片公司:</td>
<td><?php echo "<font color='#666666'>$result[5]</font>"?></td>
</tr>
<tr>
<td>发行时间:</td>
<td><?php echo "<font color='#666666'>$result[6]</font>"?></td>
</tr>

</table>

</td>
<td height="130" align="center"><!--滚动图片 -->
<table height="138" width=200 border="0" cellspacing="5" cellpadding="0" style="border-style:double; border-color:#E1E1E1; border-width:1px;">
<tr>
<td>
<marquee direction="up" height="138" width="200" scrollamount="3">
<center><div style="width:150px; height:150;">
<font face="宋体" color="#FF0000">&nbsp;&nbsp;&nbsp;&nbsp;
<?php
if(file_exists("ms/$result[0]".".txt"))
{
$fp=fopen("ms/$result[0]".".txt","r");
if(!$fp)
{
echo "文件读取失败!";
exit;
}`

while(!feof($fp))
{
$line=fgets($fp);

echo $line;

}
fclose($fp);
}else
{
echo "文件读取失败!";
}
?>
</font></div></center></marquee>
</td>
</tr>
</table>
</td>
  </tr>
</table></div></center>
</body>
</html>
这段代码 到底哪里错了 总是
Parse error: syntax error, unexpected $end in C:\AppServ\www\down\middle_Music.inc on line 96
出这个错郁闷哦 我查了一下午了 也没查出来