Splitting up url parameters for a search.
Posted: Mon May 09, 2005 10:25 am
Hi,
I'm creating a search function. When a search on two words (foo bar) I want to find ever record containing foo OR bar.
How do I split up my url (...keyword=foo+bar...) to create a good mySQL query the best way?
Kind regards,
Emiel Romein
Netherlands, the
I'm creating a search function. When a search on two words (foo bar) I want to find ever record containing foo OR bar.
How do I split up my url (...keyword=foo+bar...) to create a good mySQL query the best way?
Kind regards,
Emiel Romein
Netherlands, the