html-entities
HTML character codes for this ▲ or this ▼
What are the HTML entity character codes for this up arrow (▲) and its downward-facing dog version (▼) ?[详细]
2023-03-07 03:08 分类:问答How to prevent DOMXPath from expanding HTML entities?
I\'m using DOMDocument and DOMXPath in PHP to find elements in an HTML document. This document contains HTML entities like   ; and I would like these entities to be preserved in the XPath out[详细]
2023-03-06 05:16 分类:问答PHP XSS sanitization
Questions: What are the best safe1(), safe2(), safe3(), and safe4()functions to avoid XSS for UTF8 encoded pages?Is it also safe in all browsers (specifically IE6)?[详细]
2023-03-05 08:15 分类:问答Rendering HTML symbols/entities in Chrome
is it just me, or does Chrome no longer render HTML characters such as the —? I\'ve tried changing the DOCTYPE, changing the character encoding meta tag, changing the character encoding opti[详细]
2023-03-03 20:56 分类:问答But really I need htmlentities on a textarea?
I\'d like to know if its really necessary escape my string with htmlentities($str, ENT_QUOTES, \"UTF-8\")开发者_StackOverflow社区 before print on an html textarea.[详细]
2023-03-03 13:50 分类:问答How to stop Dreamweaver from converting " double quotes to "?
I need to use double quotes inside a tag How to stop Dreamweaver from converting \" double quotes to " ?[详细]
2023-03-03 09:18 分类:问答Javascript/jQuery XSS potential reading from query strings
My javascript reads data from a query string and puts that data into a text box using jQuery.val(). This works fine but I开发者_StackOverflow中文版 am wondering is this safe from XSS attacks?[详细]
2023-03-03 08:57 分类:问答Having different character formats PHP / Mysql
On my site i\'m trying to get different character support for the searches, for example hebrew so something like[详细]
2023-02-27 03:08 分类:问答String with £ symbol returns question black diamond mark PHP
I am g开发者_如何学运维rabbing meta descriptions from remote urls and when a url contains \"£\" it returns as a black diamond with a question mark in firefox. When I apply utf8_encode on the string,[详细]
2023-02-26 19:56 分类:问答Best way to convert html entities to html characters
What I need to do is convert any html entities to the actual html character. It can be in javascript or preferable php.[详细]
2023-02-26 06:08 分类:问答