Ver Mensaje Individual
  #6 (permalink)  
Antiguo 19/08/2007, 20:15
braiank
 
Fecha de Ingreso: diciembre-2005
Mensajes: 249
Antigüedad: 18 años, 4 meses
Puntos: 0
Re: Noticias relacionadas

Lo coloque así :

Código PHP:
$noticias_rel=mysql_query("SELECT * FROM noticias WHERE MATCH(titulo_noticia) AGAINST (".$getnoticia['contenido_noticia'].") LIMIT 6"); 
y devuelve error:

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/sitio/public_html/noticia.php on line 59