On 25/05/07, James Keeline <[EMAIL PROTECTED]> wrote: > > $array = split("\t", $string); > James, any reason for split rather than explode? I'm just curious since the php.net site suggests explode for any non-regex stuff.
Phill
On 25/05/07, James Keeline <[EMAIL PROTECTED]> wrote: > > $array = split("\t", $string); > James, any reason for split rather than explode? I'm just curious since the php.net site suggests explode for any non-regex stuff.
Phill