Ver Mensaje Individual
  #3 (permalink)  
Antiguo 08/10/2008, 08:17
sergi_climent
 
Fecha de Ingreso: enero-2005
Ubicación: Barcelona
Mensajes: 1.473
Antigüedad: 19 años, 4 meses
Puntos: 10
Respuesta: Se bloquea el servidor

Hola,
comprueba q todas tus variables sean correctas, y antes de crear el grafico mira si tu array es correcto
Código PHP:

//Imprime toda clase d'errores!
error_reporting(E_ALL); 
include_once(
"../habitatge/inc/connexio.php.inc");
include_once(
"../habitatge/inc/funcions.php");
include_once(
"../habitatge/inc/purga.php");

$taula_respostes llegirtaula("borsa_enquesta","Pregunta1","","",tru e);
$total_respostes totaltaula($taula_respostes);
echo 
"Total Respuestas: ".$total_respostes;
$lletres = array("A","B","C","D");
$datay=array();
for(
$x=0;$x<=4$x++){
$lletres[$x];
    for(
$i=0$i<=$total_respostes$i++) {
        
$respostes llegirtaula("borsa_enquesta","Pregunta1","Pregunta 1='".$lletres[$x]."'","",true);
        
$total totaltaula($respostes);
        
$datay[$i] = $total;
    }
}
// imprime tu array
echo "<pre>";
print_r($datay);
echo 
"<pre>"
Saludos
__________________
"Cada hombre es el hijo de su propio trabajo"
Miguel de Cervantes Saavedra
"La experiencia es algo que no consigues hasta justo depués de necesitarla"
Laurence Olivier