Re: [PHP] Getting warning using split

2001-01-23 Thread Steve Edberg
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;

Re: [PHP] Getting warning using split

2001-01-23 Thread Brian Clark
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