Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/04/2008, 08:57
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: Error que no se identificar ...

Prueba esto:
Código PHP:
        $q 'select * from noticias where NoticiaID= ' $noticiaid;
    
$result=mysql_query($q,$link) or die( "Error en query: $q, error: " mysql_error() );
    
$reg mysql_fetch_row($result); 
Saludos.