Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/06/2011, 15:20
marcofbb
Invitado
 
Mensajes: n/a
Puntos:
Respuesta: como usar array?

while
$data[] = $ids;
endwhile

ahi se te guardan todos los id

foreach($data as $m){
echo $m;
}

ahi te imprime todos los id

Te dejo un mini tutorial sobre arrays
http://www.marcofbb.com.ar/vectores-...reglos-en-php/