Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001011

[PHP-DB] Text Control. From: Ian (hee <email protected>)
Date: 01/12/01

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>