After reading data from the database, it is displayed as html tags and html tags.

Source: Internet
Author: User

After reading data from the database, it is displayed as html tags and html tags.

Maybe the data read by many people from the database does not need to be converted into html tags, but one day you may find that when we need to output html tags, the compiler will automatically help us output them as strings. This is what we can do.

Method 1:

The most common method is to use JS or JQ.

JQ:

1 $ ("# div" ).html ("<span> I am an HTML code </span> ");

JS:

1 var dobj = document. getElementById ("div"); 2 dobj. innerHTML = "<span> I am an HTML code </span> ";

Method 2:
When you find that the data read from the database is not running in the above two methods, you can try it.

1 $ ("# div" ).html ("@ Html. Raw (I am the HTML code in the database )");

 


How does html output html tags read from the database?

Use the strip_tags () function to remove html Tag output. Usage: strip_tags ($ content ). $ Content is the string to be intercepted
 
How can I clear tags when the data read from the database contains tags?

The read content can be directly displayed. You can directly write the read value to the text stream. After receiving the result, the browser automatically renders the content by TAG!

If you do not want the browser to parse these tags, you can directly write a function to process the HTML.

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.