Awesome, thank you so much! It works!

On 6/1/06, Chris <[EMAIL PROTECTED]> wrote:

George Babichev wrote:
> Ok, I sent it to everyone and you. Now can you answer my question
please?
> I type in
> 1
>
>
>
> 2
> into my form in the program that i made, then when I view it, it shows
> 1 2
> BUT if I check it in PHP My Admin it displays
> 1
>
>
>
> 2

The answer is to change this:

<? echo "".$row['post']."

to this:

<? echo "".nl2br($row['post'])."


like I said before...

--
Postgresql & php tutorials
http://www.designmagick.com/

Reply via email to