Tema: while doble
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 29/01/2007, 10:21
Avatar de merolhack
merolhack
 
Fecha de Ingreso: junio-2006
Ubicación: México
Mensajes: 1.242
Antigüedad: 17 años, 10 meses
Puntos: 16
Sonrisa while doble

Hola a todos, quisiera saber si yo hago un While así:

Código PHP:
<?php
while( $choiceRow mysql_fetch_array ($choiceResultMYSQL_BOTH) )
?>
Se le puede agregar otro adentro, como en el if:

Código PHP:
<?php
if($row["QUESTION_TYPE"] < or $row["QUESTION_TYPE"] == 6)
?>
Para que quede algo así:
Código PHP:
<?php
while( $choiceRow mysql_fetch_array ($choiceResultMYSQL_BOTH) or $choiceRow2 mysql_fetch_array ($choiceResult2MYSQL_BOTH) )
?>
Por que le intento pero no me sale