Posted by Davιmon on 12/04/05 14:02
I'm not exactly expert at php/mySQL, so forgive me if this is really
stupid. I need to create a search, whereby the user enters a search term,
and matches are returned anywhere in the database (for an internal website
search-engine)
I can create a search for data within a table ie.
select * from $table where content like '%$search%'
but how to get it to search across the entire database? or can you point to
any good tutorials for this kind of application?
TIA
--
DavΓ©mon
http://www.nightsoil.co.uk/
[Back to original message]
|