Transmit Report:
To: [EMAIL PROTECTED], 402 Local User Inbox Full ([EMAIL PROTECTED])
--- Begin Message ---
Diana Castillo wrote:
> does anyone know how to do an explode where the separator is a
> linefeed?
>
You could try explode("\n", $stuff);, but if you are wanting to read
information from
Diana Castillo wrote:
> does anyone know how to do an explode where the separator is a
> linefeed?
>
You could try explode("\n", $stuff);, but if you are wanting to read
information from a file and store each line in an array, the file() function
does exactly that.
--
Burhan Khalid
phplist[at
Wednesday, February 04, 2004 8:50 AM
To: [EMAIL PROTECTED]
Subject: [PHP] explode separate lines
does anyone know how to do an explode where the separator is a linefeed?
--
Diana Castillo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub
does anyone know how to do an explode where the separator is a linefeed?
--
Diana Castillo
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
4 matches
Mail list logo