php-db | 2001011
Date: 01/12/01
- Next message: John: "Re: [PHP-DB] Query Access DB by date"
- Previous message: Jochen Kaiser: "Re: [PHP-DB] Text Control."
- In reply to: Ian: "[PHP-DB] Text Control."
- Next in thread: Jarek Zgoda: "Odp: [PHP-DB] Text Control."
- Reply: Jarek Zgoda: "Odp: [PHP-DB] Text Control."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Ian wrote:
> Dear Sir / Madam,
>
> Problem :-
> Data from HTML <textarea name="test" rows="5" cols="40"
> WRAP="virtual"></textarea> is likes,
> This is a testing messages:-
> 1. MSG A.
> 2. MSG B.
> 3. MSG C.
>
> So, I insert $test into MYSQL database. After that, I login into MYSQL and
> select the test field, the display is same as above. But, when I used PHP
> coding to select the test field and display it in HTML page, output likes,
> This is a testing messages:- 1. MSG A. 2. MSG B. 3. MSG C.
>
> How to display $test in the requested format?
>
> Thanks in advance.
>
> Best Regards,
> Ian.
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-db-unsubscribe <email protected>
> For additional commands, e-mail: php-db-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
You could try using the nl2br function, thus converting all newline
characters to <BR> tags.
http://uk.php.net/manual/function.nl2br.php
--Simon Pospisil Mail: simon.pospisil <email protected> Web Engineer Web: http://www.fastsearch.com/ Fast Web Media Ltd. Phone: +44 (0) 161 835 3444 Suite 1202, Sunlight House Quay Street Fax: +44 (0) 161 835 3488 Manchester, England M3 3JZ
Try FAST Search: http://www.alltheweb.com
- Next message: John: "Re: [PHP-DB] Query Access DB by date"
- Previous message: Jochen Kaiser: "Re: [PHP-DB] Text Control."
- In reply to: Ian: "[PHP-DB] Text Control."
- Next in thread: Jarek Zgoda: "Odp: [PHP-DB] Text Control."
- Reply: Jarek Zgoda: "Odp: [PHP-DB] Text Control."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

