I have developed a search engine to search through directories and subdirectories on my site. But at this time it searches based on the exact word entered in the search field. I want the field variable to be able to accept a combination of words separated by a delimiter like '+' . I wud like some help on how to do this.
Thanks
splitting words
Moderator: General Moderators
-
aleigh
- Forum Commoner
- Posts: 26
- Joined: Thu Mar 25, 2004 11:06 am
- Location: Midwestern United States
- Contact:
Re: splitting words
http://us4.php.net/splitsulen wrote:I have developed a search engine to search through directories and subdirectories on my site. But at this time it searches based on the exact word entered in the search field. I want the field variable to be able to accept a combination of words separated by a delimiter like '+' . I wud like some help on how to do this.
Thanks