我的程序中有以下代码。我没有添加数据库连接和$ cat_id这些都很好。
<?php
$subCategoryResult = mysql_query("SELECT * FROM sub_category WHERE cat_id='".$cat_id."' ORDER BY id");
?>
<div class='col-lg-12'>
<?php
while($subCategoryRow = mysql_fetch_assoc($subCategoryResult)){
echo "<h3 class='cd-box cd-header'>asd".$SubCategoryRow[2]."</h3>";
}
?>
</div>
现在,此查询显示7 h3标记,如果数据库中有7条记录,但没有显示 $ SubCategoryRow [2] 的任何内容。它显示空白......有任何帮助吗?
答案 0 :(得分:1)
查找var名称:$ s ubCategoryRow和$ S ubCategoryRow