GeekArticles
PHP Scripts
Search Scriptsstop words function
Author: stargeek.com |
Published: 15th Feb 2006 |
Visited: 173 times |
Add CommentFiled in: Search Scriptsstop words function : This simple php script is a function that takes a list of stop words (commnly occuring words that are of no use to a search engine) and strips them out of a variable term. This is similar to google removal of common words.
Read Article Sponsored Links
Related Articles
• Clean Up Function Syntax Mess with decltype The funky syntax of a function's return type isn't just unreadable in many cases—it's also a common source of maintenance problems. However, with the new decltype operator your functions will look much cleaner and easier to maint ...