Ver Mensaje Individual
  #5 (permalink)  
Antiguo 12/07/2007, 12:12
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 9 meses
Puntos: 2135
Re: problema con buscador simple..... MATCH() AGAINST()

Código PHP:
$query_busqueda_resultado sprintf("SELECT * FROM documentos WHERE MATCH(asunto, referencia, indicacion) AGAINST ('%s')"GetSQLValueString($colname_busqueda_resultado"text"));