Re: [PHP] entering in text data and losing the \n
From: Chris Shiflett (shiflett_at_php.net)
Date: 11/30/03
- Next message: Randy Johnson: "Re: [PHP] entering in text data and losing the \n"
- Previous message: John Nichel: "Re: [PHP] entering in text data and losing the \n"
- In reply to: Randy Johnson: "entering in text data and losing the \n"
- Next in thread: Randy Johnson: "Re: [PHP] entering in text data and losing the \n"
- Reply: Randy Johnson: "Re: [PHP] entering in text data and losing the \n"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 29 Nov 2003 22:17:07 -0800 (PST) To: Randy Johnson <rjohnson@seasidepc.com>, php-general@lists.php.net
--- Randy Johnson <rjohnson@seasidepc.com> wrote:
> I have a form with a text area.
>
> When the user submits the data it is saved to a mysql database in a
> field of type text.
>
> When I extract the data from the database and display it in php it
> loses the line return and the data is all crammed together.
It doesn't lose it. In HTML, a newline isn't rendered as a newline by a
browser unless it is surrounded by pre tags. You probably want to use the
br tag instead. PHP has a function to help with this:
Hope that helps.
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security Handbook
Coming mid-2004
HTTP Developer's Handbook
http://httphandbook.org/
- Next message: Randy Johnson: "Re: [PHP] entering in text data and losing the \n"
- Previous message: John Nichel: "Re: [PHP] entering in text data and losing the \n"
- In reply to: Randy Johnson: "entering in text data and losing the \n"
- Next in thread: Randy Johnson: "Re: [PHP] entering in text data and losing the \n"
- Reply: Randy Johnson: "Re: [PHP] entering in text data and losing the \n"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|