Ver Mensaje Individual
  #3 (permalink)  
Antiguo 28/01/2011, 11:57
DJJJ
 
Fecha de Ingreso: octubre-2005
Mensajes: 407
Antigüedad: 19 años, 2 meses
Puntos: 2
Respuesta: No puedo asignar valor de un campo a un vector desde un while

no deberia ser

Código PHP:
$result mysql_query("SELECT * FROM Pax ORDER BY Habitaciones_ID ASC");
$indice mysql_num_rows($result);

while(
$row mysql_fetch_array($result)) {
$arreglo[] = $row[Costo]; }
$todojunto implode(',',$arreglo); 
__________________
DJJJ