Hi
I'm trying to split a string into an array but keep getting the following
message:
Warning: unexpected regex error (13) in z:/www_root/staff.php on line 34
The code is just
$query_string = split("+",$search);
where $search is from a form.
Any clues??
TIA
M@
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
- Re: [PHP] Getting warning using split Matt Williams
- Re: [PHP] Getting warning using split Brian Clark
- Re: [PHP] Getting warning using split Steve Edberg

