splitting words

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
User avatar
sulen
Forum Commoner
Posts: 79
Joined: Wed Jul 09, 2003 4:55 pm
Location: los angeles
Contact:

splitting words

Post by sulen »

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
aleigh
Forum Commoner
Posts: 26
Joined: Thu Mar 25, 2004 11:06 am
Location: Midwestern United States
Contact:

Re: splitting words

Post by aleigh »

sulen 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
http://us4.php.net/split
Post Reply