Cita:
Iniciado por frapas No se porque , pero el array no se crea bien , no me guarda los datos correctamente , alguien sabria porque? no se verlo :(
Grtacias
Podrias indicar errores? q te imprime el array?
Código PHP:
for($x=0;$x<=4; $x++){
// --> Esto de $lletres[$x] q es?
$lletres[$x];
// Total_respostes tiene valor?
for($i=0; $i<=$total_respostes; $i++) {
$respostes = llegirtaula("borsa_enquesta","Pregunta1","Pregunta 1='".$lletres[$x]."'","",true);
$total = totaltaula($respostes);
//Imprime el Total haber q te sale
echo $total;
$datay[$i] = $total;
}
}