Tagged Questions
The htmlentities tag has no wiki summary.
86
votes
6answers
35k views
Adding HTML entities using CSS content
How do you use the CSS content property to add html entities?
I have a number of links which I make into a breadcrumb style list by adding an arrow before each.
<div class="breadcrumbs">
...
10
votes
5answers
283 views
JavaScript Get real length of a string (without entities)
I need to determine the length of string which may contain html-entities.
For example "&darr ;" (↓) would return length 6, which is correct, but I want these entities to be counted as only 1 ...
5
votes
3answers
246 views
Disappearing HTML dingbat entities
I'm coming across a weird issue with displaying "dingbats" html entities, specifically ✔ (✔). I am trying to display some checkmarks, wrapped in a simple <span>:
<span ...
5
votes
2answers
248 views
Is there a possibility to display an ä as an ä in Vim?
Is there a possibility to display characters in a Vim window (that is: on the screen) that are different from the underlying characters in the buffer?
For example, if filetype is set to html, I'd ...
4
votes
2answers
173 views
How do I convert arabic letters in htmlentities symbols?
I need convert arabic letters in htmlentities symbols. Codepage: ISO-8859-1.
سك - this is arabic symbol for example.
htmlentities("سك")
returns:
س�
How can I get from this symbol the ...
4
votes
2answers
539 views
How to convert all characters to their html entity equivalent using PHP
I want to convert this hello@domain.com to
...
4
votes
4answers
273 views
Using php to create a password system with chinese characters
I'm having an issue with validating chinese characters against other chinese characters, for example I'm creating a simple password script which gets data from a database, and gets the user input ...
3
votes
1answer
218 views
filter_var vs htmlentities vs htmlspecialchars
Disclaimer
This is not a question about whether we should be escaping for database input. This is strictly looking at the technical differences between the three functions in the title.
...
3
votes
4answers
209 views
PHP htmlentities() without converting html tags
I've found a few posts which refer to the problem, but none of them fully resolve it.
I need the function which will output the content converting all special characters in the way the htmlentities() ...
3
votes
2answers
338 views
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)?
<body><?php echo ...
3
votes
1answer
121 views
How to accept programming code input for displaying purposes?
What is the safest way to accept user inputted programming code in PHP, store it in database and display it back with the HTML pre tag?
I currently convert the input to HTML entities, but I somehow ...
3
votes
3answers
355 views
Validating user input?
I am very confused over something and was wondering if someone could explain.
In PHP i validate user input so htmlentitiies, mysql_real_escape_string is used before inserting into database, not on ...
3
votes
1answer
72 views
How do I show non-standard characters in the address bar?
I have a bugging problem. For a website I made there are search engine friendly URL's generated. The only problem is there are ß-chars in the url too. Chars like ö, ï, ä, ü etc. are placed correct. ...
3
votes
3answers
968 views
How to decode numeric HTML entities in PHP
I'm trying to decode encoded long dash from numeric entity to string, but it seems that I can't find a function which can do this properly.
The best that I found is mb_decode_numericentity(), ...
2
votes
1answer
47 views
Ruby gem install and “No such file to load”
I'm scripting with Ruby 1.9.2dev in Backtrack 5 but I'm having some problems when try to parse html entities with the library "htmlentities".
I cannot load the library although I have installed it ...
2
votes
3answers
107 views
Sanitizing PHP/SQL $_POST, $_GET, etc…?
Ok, this subject is a hotbed I understand that. I also understand that this situation is dependent on what you are using as code. I have three situations that need to be resolved.
I have a form in ...
2
votes
4answers
134 views
htmlentities and é (e acute)
I'm having a problem with PHP's htmlentities and the é character. I know it's some sort of encoding issue I'm just overlooking, so hopefully someone can see what I'm doing wrong.
Running a straight ...
2
votes
3answers
74 views
PHP and Ajax String Input/Output Handling Scenario
I'm still new to String Processing in PHP. Below is a diagram of what I am currently doing. Ultimately, I would like to get a generic methodology for handling strings in the below scenarios. Note that ...
2
votes
2answers
251 views
Can't decode html entities in title
I am having trouble decoding entities in the title from this youtube video:
http://www.youtube.com/watch?v=p7NMsywVQhY
Here is my code:
$url = 'http://www.youtube.com/watch?v=p7NMsywVQhY';
$html = ...
2
votes
2answers
201 views
Escape all HTML except <br>
I am trying to display comments on a page and am having some trouble.
There are essentially two different types of comments I am trying to handle:
(1) The XSS type.. e.g. <script ...
2
votes
1answer
112 views
How to work with wysiwyg generated code?
I want to use the same editor as SO has on a site of mine, the user should also be able to type code, which is stored in the database. But there's something I don't understand:
How do I make the ...
2
votes
1answer
250 views
PHP Htmlentities - double encoded
What condition we use to decide when to set double encoded is true or false?
What php settings variable we can use to decide it?
For Russian character, it should use double encoded true then it will ...
2
votes
3answers
454 views
URL/HTML Escaping/Encoding
I have always been confused with URL/HTML Encoding/Escaping. I am using PHP, so want to clear somethings up.
Can I say that I should always use
urlencode: for individual query string parts
$url ...
2
votes
2answers
1k views
jquery html() is decoding html entities by default?
I dont know why on earth jquery html() is doing this, but after i do
$('html').html()
i get "©" automatically converted to ©
anyway to avoid this? I need to dump the html of the page ...
2
votes
3answers
167 views
PHP htmlentities
In htmlentities, how do I selectively encode the symbols so that it doesn't encode the < and > of tags but does encode &?
2
votes
2answers
77 views
replacing letters (from a phrase) with images
$q = "my phrase with special chars like úção!?";
while ($i < strlen($q)) {
echo '<img src="'.$q[$i].'.png" />';
$i++;
}
i also tried with switch/case but when i have chars like ç Ç ã â i ...
2
votes
1answer
465 views
PHP: htmlentities not working with variable
I'm using htmlentities() to convert characters like Ç and ® to its character codes. I'm getting the texts from the MYSQL database.
while($row = mysql_fetch_array($array, MYSQL_NUM)){
echo "<div ...
2
votes
3answers
2k views
is there a mysql function to decode html entities?
i was wondering if there is a MYSQL function to decode text with html entities. I have seen some approaches using REPLACE but it looks kinda hard to manage all the entities.
2
votes
3answers
130 views
Encoding in Java
I have a string with special characters in Java.
"[^\\"]*\\"
I want to convert it to HTML entities like this:
"[^\\"]*\\"
How this could be achieved in Java?
2
votes
4answers
855 views
php convert special character to ascii
Is there a built in function in php to convert special characters to it's ascii code?
2
votes
3answers
686 views
In php, Prepare string and create XML/RSS Feed
I want to create my own RSS/XML feed. I fetch data from the database to display, but keep getting invalid character errors. If the string has an ampersand or other strange characters in it, the XML ...
2
votes
2answers
634 views
Symfony 1.4: Is it possible to prevent escaping of a redirect URL?
If I do a redirect in action as normal:
$this->redirect('@mypage?apple=1&banana=2&orange=3');
... Symfony produces the correct URL:
...
1
vote
3answers
41 views
Counting length of string with HTML numbered entities in PHP
I would like to count the length of a string with PHP. The string contains HTML entity numbers, which inflate the number of characters that are counted: a dash is – which is counted as 7 ...
1
vote
2answers
45 views
How to match both a htmlentified keyword and non-htmlentified keyword at the same time in a fulltext MySQL search
I've been learned to keep my data in MySQL as raw as possible. Here's an example of how I store content in my MySQL database:
title (VARCHAR, 255) => Références
content (TEXT) => <p>A ...
1
vote
3answers
73 views
Displaying Code Snippets Properly Without Escape Characters
I have a PHP script that stores my code snippets.
To insert, I use:
$snippet_code = mysqli_real_escape_string($conn,trim($_POST['snippet_code']));
To display, I use the following which is wrapped ...
1
vote
2answers
157 views
PHP htmlentities
When I use htmlentities() function in my PHP projects, should I always use it with a flag so it is compatible with other language characters?
$my_variable = $some_data;
$output_variable = ...
1
vote
4answers
163 views
htmlentities() makes Chinese characters unusable
we have a web application where we allow users to enter their own html in a text area. We save that data to our database.
When we load the html data into the text area, of course, we use ...
1
vote
1answer
81 views
htmlentities variables not working
I am looking for a way i can use code snippets but safely insert them into a database and pull them back out.
I have the following piece off code.
<?php $snippet = htmlentities("<?php
...
1
vote
1answer
198 views
Is it not possible to use HTML entities in a title attribute?
The above screengrab is from Firefox. The cursor is hovering over the yellow spot at the left hand side of the image. It is an <img> element (well actually it's an image together with an image ...
1
vote
2answers
329 views
Zend Form Displays Htmlentities instead of accents when populated
couldn't find a solution for this weird problem.
I've got a Zend_Form that is populated with the data from a Mysql database.
I've got everything setup for UTF-8
resources.db.params.charset = "UTF8" ...
1
vote
7answers
232 views
How do I block HTML in my form input?
So, I have a basic little script that takes input from an HTML form, is processes by PHP and then writes it to a text file in the form of CSS. I've already got some jerkwad trying to drop tables on ...
1
vote
1answer
105 views
Is it safe to turn urls into links?
I want to turn urls in the user comments, into links.
I don't have time to test bloated anti-xss libraries like HTML Purify, so I wouldn't be allowing any html tags.
I just want to make everything ...
1
vote
1answer
312 views
PHP htmlspecialchars is not working [closed]
<?php
$new = htmlspecialchars("<a href='test'>Test</a>", ENT_QUOTES);
echo $new;
?>
output should be
& lt;a href=& #039;test& #039;>Test& lt;/a& gt; ...
1
vote
1answer
130 views
how to show real tags from a htmlspecialchars_decode?
i'm creating a cms in php using zend framework where i choose to save at some part html templates to ease redesigning of the views and all.Now to save those templates(views, sidebars) i had to use ...
1
vote
2answers
599 views
Converting special characters with htmlspecialchars and htmlentities
I am getting confused with injecting special characters into my database now...
For instance, I want to accept characters like this ö, ù, etc and I want to display them as they are on html such as ...
1
vote
2answers
628 views
html_entity_decode problem in PHP?
I am trying to convert HTML entities from a source string to their literal character equivalent.
For example:
<?php
$string = "Hello – World";
$converted = ...
1
vote
2answers
287 views
htmlentities()'s double_encode parameter not behaving correctly?
Hey guys, I'm trying to use htmlentities() to convert the characters in a textarea to html codes. The code I have right now looks like this:
var_dump($colors);
$colors= htmlentities($colors, ...
1
vote
3answers
123 views
Quote in HTML attribute destroys layout
My site has user generated content. I noticed that if the user has quotes in some text and later I displayed that text in an HTML attribute, the layout would get screwed up in IE.
<a ...
1
vote
2answers
82 views
How do I use Unicode for SEO?
I have been writing for a website. while writing content i came across two options:
1.) Writing Népal or
2.) Writing Népal writing both prints Népal.
Now i have been confused which one is ...
1
vote
3answers
284 views
php form security
I was reading an article about form security becuase I have a form which a user can add messages.
I read that it was best to use strip_tags(), htmlspecialchars() and nl2br()
Somewhere else said to ...