I have the body ov a Usnet article, all of it, in $body. I want to
split it into lines.

I have tried 

$lines = explode( X, $body);

where I have used

X = "0x0A"
X = '0x0A'
X = "0x0D"
X = '0x0A'
X = "\r" 


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

Reply via email to