这是我看PHP100视频做留言板的 为什么我打出来是错误
<?phpinclude("conn.php");?><tablewidth=500border="0"align="center"cellpadding="5"cell...
<?php
include("conn.php");
?>
<table width=500 border="0" align="center" cellpadding="5"
cellspacing="1" bgcolor="$add3ef">
<?php
$sql="select * from message ";
$query=mysql_query($sql);
while($row=mysql_fetch_array($query)){
?>
<tr bgcolor="#eff3ff">
<td>标题:<?=$row[title]?> 用户: <?=$row[use]?> </td>
</tr>
<tr bgcolor="#ffffff">
<td>内容: <?php=$row[content] ?></td>
</tr>
<?
}
?>
</table>
错误在
<td>标题:<?=$row[title]?> 用户: <?=$row[use]?> </td>
</tr>
<tr bgcolor="#ffffff">
<td>内容: <?php=$row[content] ?></td>
说是 syntax error ,unexpected '=' 展开
include("conn.php");
?>
<table width=500 border="0" align="center" cellpadding="5"
cellspacing="1" bgcolor="$add3ef">
<?php
$sql="select * from message ";
$query=mysql_query($sql);
while($row=mysql_fetch_array($query)){
?>
<tr bgcolor="#eff3ff">
<td>标题:<?=$row[title]?> 用户: <?=$row[use]?> </td>
</tr>
<tr bgcolor="#ffffff">
<td>内容: <?php=$row[content] ?></td>
</tr>
<?
}
?>
</table>
错误在
<td>标题:<?=$row[title]?> 用户: <?=$row[use]?> </td>
</tr>
<tr bgcolor="#ffffff">
<td>内容: <?php=$row[content] ?></td>
说是 syntax error ,unexpected '=' 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询