> Hi,
>
> I have a question regarding using line breaks in PHP. I have the code
> something like:
>
> echo "1" . "\t " . $x . "\t" . $y . "\r\n";
>
> When I run the code, it looks like a whole blob of text, but when I use "View
> Source", the line breaks are formatted then correctly.
> Any
Alice Wei wrote:
Date: Mon, 9 Mar 2009 13:28:19 +0100
From: joc...@iamjochem.com
To: stut...@gmail.com
CC: aj...@alumni.iu.edu; php-general@lists.php.net
Subject: Re: [PHP] Line Break Problem
Stuart schreef:
2009/3/9 Alice Wei
I have a question regarding using line breaks in PHP. I have
> Date: Mon, 9 Mar 2009 13:28:19 +0100
> From: joc...@iamjochem.com
> To: stut...@gmail.com
> CC: aj...@alumni.iu.edu; php-general@lists.php.net
> Subject: Re: [PHP] Line Break Problem
>
> Stuart schreef:
> > 2009/3/9 Alice Wei
> >
> >> I have a q
Stuart schreef:
> 2009/3/9 Alice Wei
>
>> I have a question regarding using line breaks in PHP. I have the code
>> something like:
>>
>> echo "1" . "\t " . $x . "\t" . $y . "\r\n";
>>
>> When I run the code, it looks like a whole blob of text, but when I use
>> "View Source", the line brea
2009/3/9 Alice Wei
> I have a question regarding using line breaks in PHP. I have the code
> something like:
>
> echo "1" . "\t " . $x . "\t" . $y . "\r\n";
>
> When I run the code, it looks like a whole blob of text, but when I use
> "View Source", the line breaks are formatted then corre
Hi,
I have a question regarding using line breaks in PHP. I have the code
something like:
echo "1" . "\t " . $x . "\t" . $y . "\r\n";
When I run the code, it looks like a whole blob of text, but when I use "View
Source", the line breaks are formatted then correctly.
Anyone can plea
6 matches
Mail list logo