$sql=mysql_query("select * from contents where menuID='$id' and Status='1' and GenText='1' order by Row asc");
while($rs=mysql_fetch_array($sql)){
?>
} ?>
-
$sql=mysql_query("select * from contents where menuID='$id' and Status='1' and (GenText<'1' or GenText>'1')");
while($rs=mysql_fetch_array($sql)){
?>
-
