Hola a todos, quisiera saber si yo hago un While así:
Código PHP:
<?php
while( $choiceRow = mysql_fetch_array ($choiceResult, MYSQL_BOTH) )
?>
Se le puede agregar otro adentro, como en el if:
Código PHP:
<?php
if($row["QUESTION_TYPE"] < 4 or $row["QUESTION_TYPE"] == 6)
?>
Para que quede algo así:
Código PHP:
<?php
while( $choiceRow = mysql_fetch_array ($choiceResult, MYSQL_BOTH) or $choiceRow2 = mysql_fetch_array ($choiceResult2, MYSQL_BOTH) )
?>
Por que le intento pero no me sale