The data submitted with mysqli_real_escape_string is formatted, and the output data is formatted

Source: Internet
Author: User
Because the data is verified I used the mysqli_real_escape_string, so that the data in the database directly display such as \ r \ n, I found in the display page shows that the data does not show the style (line-wrapping, bold, data is generally directly copied online content, Some with a format), but directly now the effect

What did this happen?


Reply to discussion (solution)

\ r \ n is the text file carriage return line
And the page is an HTML language with his own line break


NL2BR ()

\ r \ n is the text file carriage return line
And the page is an HTML language with his own line break


NL2BR ()


I copy this directly from the Web page, and I'm not supposed to have a problem like that.

\ r \ n is the text file carriage return line
And the page is an HTML language with his own line break


NL2BR ()


The NL2BR () function inserts an HTML newline character before each new line (\ n) in the string (
)。
Do I have to deal with the data when it's added? How is this going to work?
  • Related Article

    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.