If MENU="NO" then salta al siguiente registro
Sería introducirlo en este bucle que me indicasteis en otro post:
Código PHP:
<?php
do {
?>
<option value="<?php echo $row['ID']?>"><?php echo $row['MENU']?></option>
<?php
} while ($row = mysql_fetch_assoc($result));
?>
Gracias y un saludo