At 7:33 AM -0500 1/23/01, Brian Clark wrote:
>Hello Matt,
>
>(MW == "Matt Williams") [EMAIL PROTECTED] writes:
>
>MW> $query_string = split("+",$search);
>
>$query_string = explode('+', $search);
>
>-Brian
>
Just to explain the error -
split() takes a regular expression for its first argument;
Hello Matt,
(MW == "Matt Williams") [EMAIL PROTECTED] writes:
MW> $query_string = split("+",$search);
$query_string = explode('+', $search);
-Brian
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
2 matches
Mail list logo