Math Symbol From Mysql To HTML? [closed]

HTML will not recognize those symbols unless they are converted to HTML Entities – notation like √ for the square root sign. You can convert to them from MySQL using PHPs htmlentities() function.

W3C HTML 5 entity reference: http://dev.w3.org/html5/html-author/charref

Overview of useful HTML entities: http://htmlentities.net/html/entities/

Leave a Comment