At 19:17 26-2-03, you wrote:
On Thu, 27 Feb 2003 01:02:54 +0800, Jason Wong wrote:
>On Thursday 27 February 2003 00:54, {R}ichard Ashton wrote:
>> 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);
>>
>> w
On Thu, 27 Feb 2003 01:02:54 +0800, Jason Wong wrote:
>On Thursday 27 February 2003 00:54, {R}ichard Ashton wrote:
>> 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 = "0
On Thursday 27 February 2003 00:54, {R}ichard Ashton wrote:
> 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"
Try "\n".
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.
4 matches
Mail list logo