我想为每一行创建 elseif ......我不知道该怎么做......试图谷歌(elseif in while)......希望有人能给我一个提示来解决这个问题......
$subgalSql = mysql_query("SELECT * FROM galerieCategories ORDER BY title ASC");
while($subgalData = mysql_fetch_array($subgalSql)){
elseif($_GET[galeriepath] == $subgalData[title]){
?>HTML HERE<?
}
}
我希望有人能看到我在这里尝试做什么...... elseif 将成为子页面......
感谢您的任何建议:)