good search feature

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
m2babaey
Forum Contributor
Posts: 364
Joined: Sun May 20, 2007 9:26 am

good search feature

Post by m2babaey »

Hi
do you recommend i use php and sql queries for search feature in my site or placing a google search on it?
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Haha, de ja vu. *Ahem*

Depends. If you're searching a database, you'll want to interact with the database.
If you're searching web pages, THEN you use Google.

But, alas, you've heard this before, right? :wink:
Post Reply