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