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!
Can anybody recommend a good library/class for creating a website content search tool? Something that handles indexing and eliminates dumb searches for two letter words...
If your content is stored in a database, FULLTEXT indexes are where it's at. You can do it manually, but the database will often do it faster and more efficiently.