Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/09/2008, 14:02
Avatar de ferbux
ferbux
 
Fecha de Ingreso: mayo-2007
Ubicación: por ahí intentado ayudar
Mensajes: 823
Antigüedad: 17 años
Puntos: 6
Respuesta: Modelos de busqueda

Código:
$buscar=$_GET['buscar'];


$sel="SELECT * FROM  tblibros  WHERE MATCH (titulo, autor) AGAINST ('$buscar' IN BOOLEAN MODE)";
$resul=mysql_query($sel) or die('Consulta fallida: ' . mysql_error());
$row=mysql_fetch_array($resul);
 
 print_r($row);
Pruebalo asi.
__________________
"Eres grande por que caminas entre gigantes"