$result = explode("\n", $orignalvalue);

Beware, there are several caveats with "line feeds".  Depending on where the
data originated, it could be "\r\n" or "\r".

Warren Vail


-----Original Message-----
From: Diana Castillo [mailto:[EMAIL PROTECTED]
Sent: 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.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to