Figuring out how "search" works???

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
augustus_emperor
Forum Newbie
Posts: 6
Joined: Tue Apr 20, 2004 9:20 pm

Figuring out how "search" works???

Post by augustus_emperor »

So i'm blur how this "search" system works!!! Its confusing me... so is there ne1 that can give me a guide or an idea waht coding, or function must i "study like hell"??? suggestion???
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

A simple, yet powerful way of creating a search-functionality is mySQL's FULLTEXT (provided you use mySQL). There is a tutorial at http://www.zend.com/zend/tut/tutorial-ferrara1.php
Post Reply