> now i am having problems with spaces
>
> text is:
> ---
> bla bla bla foo
> ---
>
> and shows:
> ---
> bla bla bla foo
> ---
Plain old HTML ignores white space. You do understand this? To includ
On Sun, 5 May 2002, Mantas Kriauciunas wrote:
> Hey PHP General List,
>
> ok i solwed the problems with line breaks but i didn't use
> nl12br() function. i did like this:
>
> $newz = str_replace("\n","",$myrow[3]);
>
> now i am having problems with spaces
>
> text is:
> ---
> b
On Monday 06 May 2002 06:01, Mantas Kriauciunas wrote:
> Hey PHP General List,
>
> ok i solwed the problems with line breaks but i didn't use
> nl12br() function. i did like this:
>
> $newz = str_replace("\n","",$myrow[3]);
>
> now i am having problems with spaces
>
> text is:
> --
Hey PHP General List,
ok i solwed the problems with line breaks but i didn't use
nl12br() function. i did like this:
$newz = str_replace("\n","",$myrow[3]);
now i am having problems with spaces
text is:
---
bla bla bla foo
---
a
4 matches
Mail list logo