Hi,
I have a site in spanish that requires input from visitors for several reasons. When they use spanish "special chars", like á é í ó ú ñ ü, somehow those characters get messed up and my php...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21073528.html
Hi,
I'm making an attempt at copying the path to a file inside of a popup to the parent form. Easy enough JS but it keeps stripping my slashes and I have no clue why. I'm using PHP to do all t...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21459630.html
Zones:
JavaScriptDate Answered: 06/16/2005 Grade: A Views: 0
What is the htmlentities($x,ENT_QUOTES) equivalent in javascript.? (I know I wrote a question like this before, but when I checked the answer it was wrong...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21748215.html
What is the htmlentities($x,ENT_QUOTES) equivalent in javascript.?
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21748184.html
Hello,
I am trying to load html document into DOM using PHP and then convert it into some xml creating my own type of xml doc (using string concatenation). I only search for specific tags inside...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21915089.htm...
Zones:
PHPDate Answered: 08/13/2006 Grade: A Views: 13
I want to do an htmlentities() on a string BUT the string has html within it which I want to keep... IE...
BEFORE:
<b>Hello is you name James?</b><br>
My House costs £100,000<br>
I want...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21964137.htm...
Zones:
PHPDate Answered: 09/18/2006 Grade: A Views: 0
Hi experts. I can't encode the special chars.
For example this code:
$a = htmlentities("I'll \"walk\" the <b>dog</b> now");
echo $a;
should produce the following output:
I'll "wal...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21067189.htm...
Zones:
PHPDate Answered: 07/22/2004 Grade: A Views: 0
Hi,
I have a very simple user-comments page that I insert in other pages so our site visitors can comment on whatever the page is about. My problem is:
My host site is on Unix and my site is ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21062249.htm...
Zones:
PHPDate Answered: 08/04/2004 Grade: B Views: 8
Hello,
For security reasons, and to maintain data I now use htmlentities() to clean user-managed settings before placing the values in form input fields.
The problem is that © becomes &a...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23844301.htm...
To no longer go offtopic in damijim's question (Q#a18907217)
(my bad, I was the one going offtopic, and the one to blame :) ).
I would still like to continue my discussion with yodercm on using...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22510289.htm...