Search engine optimization

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!

Moderator: General Moderators

Post Reply
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Search engine optimization

Post by user___ »

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.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If the data contained in each is not uniform with respect to each other you should probably use separate queries.
user___
Forum Contributor
Posts: 297
Joined: Tue Dec 05, 2006 3:05 pm

Reply

Post by user___ »

Thank you feyd.
Post Reply