PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Hi guys,
I have a question about a search engine optiomization. I have an input box where a user enters a value. Then by using this value I check ten tables for matches. My questions is which is the best way of doing that search. I wonder whether it is better to use multiple different queries or unite them. I would appreciate any kind of help.