May I ask questions about textarea line feed?

Source: Internet
Author: User
For more information about textarea line feed, see & nbsp; textarea & nbsp; in HTML, add a carriage return to the line feed and then enter the content... Then POST to the PHP page and save the data in the database field. the type is & nbsp; text, and there is no line break when it is displayed on the front end. how can this problem be solved? thank you. If a line break & nbsp; effect is displayed in textarea. ------ Solution ------ ask about textarea line feed

In HTML, the content entered in textarea is followed by a carriage return and a line break...
Then POST to the PHP page and save the data in the database field. the type is text.
When the front-end is displayed, there is no line feed effect. how can this problem be solved? thank you.

If a line break is displayed in textarea.
------ Solution --------------------
Content

------ Solution --------------------
Use the nl2br method to convert the line feed to the line feed mark of html.
You can.

For example:

$ Content = < Aaaa
Bbbb
Cccc
Dddd
TXT;

Echo nl2br ($ content );
?>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.