Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/04/2008, 16:20
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Problema con php 5.2.5 (funcionaba en php 4.3)

Cambia esta linea:
Código PHP:
$result=mysql_query('select * from noticias where categoria="general" order by fecha Desc LIMIT 10') or die( mysql_error() ); 
Saludos.