WFM.

Is $apostrophe from a REQUEST variable. Then it already is addslashed, as your magic_quotes_gpc is on in php.ini.

CF High wrote:

Hey All.

Simple ?

why does PHP add 3 slashes to the following var:

$apostrophe = "I've got an apostrophe";

$slashed = addslashes($apostrophe);

echo $slashed;

Result: I\\\'ve got an apostrophe.

What's up with that -- why not just add a single backslash?

--Noah

--


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to