
26/11/2009, 14:04
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 357
Antigüedad: 15 años, 5 meses Puntos: 1 | |
Respuesta: un problemilla You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MATCH (in_titulo, in_autor) AGAINST ('la' at line 3
se refiere a esto?
$sqlBuscar = mysql_query("SELECT in_titulo, in_autor, in_id
MATCH (in_titulo, in_autor)
AGAINST ('$frase' IN BOOLEAN MODE) AS in_ISBN
FROM inventario
WHERE MATCH (in_titulo, in_autor)
AGAINST ('$frase' IN BOOLEAN MODE)
ORDER BY in_ISBN DESC", $server_link)
or die(mysql_error()); |