this is the error:
 
Fatal error: Maximum execution time of 30 seconds exceeded in D:\Mis Documentos\Web\temp\ok.php on line 2
 
and this is the script:
 

<?

$db = mysql_connect("localhost","root");

mysql_select_db(portal,$db);

$query = "select hora from noticias order by fecha";

$r_noticias = mysql_query($query);

$rw_noticias = mysql_numrows($r_noticias);

if ($rw_noticias)

 while($a_noticias = mysql_fetch_array($r_noticias)) $hora= $a_noticias[hora];

.......

?>

ok; thanks

 
Erick Tomás Izquierdo Cerra.
Ing. Automática y Computación.
CITMATEL.

Reply via email to