Hi,
I'm trying to build a simple search engine to my PHP site. I finished building my MySQL database, which includes 15 tables. Now I don't know how can I search words trough my database..
I want that when I search few words it will return me the name of tables which there exist in.
How can I do it?
Thanks in advance.