【发布时间】:2014-04-29 12:48:34
【问题描述】:
我错过了什么 得到
解析错误:语法错误,意外的“复选框”(T_STRING),需要“,”或“;”在第 70 行的 C:\xampp\htdocs\index.php 中
if(mysql_num_rows($result) !== 0)
{
while($row=mysql_fetch_array($result))
{
echo '<tr>
<td>'.$row['aid'].'</td>
<td>'.$row['Name'].'</td>
<td>'."<input type="checkbox" class='form' value="1" name="checkbox[]" />".'</td>
</tr>';
}
}
【问题讨论】: