Ver Mensaje Individual
  #4 (permalink)  
Antiguo 21/01/2009, 22:40
pidoayudaenphp
 
Fecha de Ingreso: enero-2009
Mensajes: 34
Antigüedad: 15 años, 3 meses
Puntos: 1
Respuesta: mysql_fetch_assoc <= problemas!

arreglado problema de
Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\akiron\fetch_assoc.php on line 15
Código PHP:
while (print_r(mysql_fetch_assoc($result)))
//antes 
Código PHP:
while (print_r(@mysql_fetch_assoc($result)))
//despues