I want to have a simple search function on my website.
The user enters one or more keywords and clicks 'search' and then I want php to search the WHOLE database for these keywords. So I mean it has to search ALL tables in the database (and list the results).
How can I do this simply or what is the sql query for this?
Thanks.