Post form textarea press enter to Get n. how can this problem be solved?-php Tutorial

Source: Internet
Author: User
In the post form textarea, it is very difficult to get n when I press enter in textarea. why is it possible to break the line when I press enter in textarea, but saving it to the database is just a blank space without line breaks, tangle ------ solution -------------------- it is a text line break. to display a line break in html, use nl2br () & nbsp; and then store it in the database. ----- The post form textarea cannot be obtained by pressing enter \ n
It's hard to figure out why you can press the Enter key in textarea to wrap the line, but saving it to the database is just a blank space without line breaks.


------ Solution --------------------
It is a text line break. to display a line break in html, use nl2br () and then store it in the database.
------ Solution --------------------
Because you only use html tools to view the database content, instead of other tools that can parse \ r \ n.



Abc
Def



Can you see the line feed on the browser?

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.