Hi Jason,
have a look at Richard Lynchs reply posted at Sat, 31. Aug.
2002 03:08:39 Europe/Berlin with subject "[PHP] Re: performing
searches with random entries"
Timo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jason wrote:
>
> Hi,
> What is the necessary code to return a recordset from a single text box with
> more than one keyword in it (like most search engines do)?
> Thanks
This is basic, and syntax is not checked...
if( is_array( ($words = split( '[[:space:]]+', $GET['keywordInput'] )) )
&&
2 matches
Mail list logo