Hi,

Sunday, March 23, 2003, 4:25:29 PM, you wrote:
JTJ> I'm blind or tired or both. Anyone see anything wrong with:

JTJ> $sql = 'SELECT * FROM '.$table.' WHERE MATCH
JTJ> 
(author,title,book,journal,volumenumber,issuenumber,placeofpublication,publisher,year,pages)
JTJ> AGAINST (\''.stripslashes($searchenquiry).'\' IN BOOLEAN MODE) ORDER BY id asc;';

JTJ> I've tried looking at it in a .phps but don't see it.



Is that an extra ; near the end ;';

-- 
regards,
Tom


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to