Ver Mensaje Individual
  #7 (permalink)  
Antiguo 12/04/2005, 03:57
Avatar de JavierB
JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Hola sergi_climent

Pregunta de novato: ¿no debería ser así?
Código PHP:
{    
    while(
$row mysql_fetch_row($res))
    {          
    
array_push($data,$row[3]); //***
    
}          
}
$graph->SetDataValues($data); 
Saludos,