Código PHP:
<?php
while( $choiceRow = mysql_fetch_array ($choiceResult, MYSQL_BOTH) )
?>
Código PHP:
<?php
if($row["QUESTION_TYPE"] < 4 or $row["QUESTION_TYPE"] == 6)
?>
Código PHP:
<?php
while( $choiceRow = mysql_fetch_array ($choiceResult, MYSQL_BOTH) or $choiceRow2 = mysql_fetch_array ($choiceResult2, MYSQL_BOTH) )
?>