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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to