Forum Moderators: coopster
But when I enter this on a form input field (name="comment"): He's cool
and post that on the next page: $_POST['comment']
and print. I got: He's cool
I thought I was supposed to get: He\'s cool since magic_quotes_gpc is enabled and it's supposed to add slashes to any single or double quotes. Why isn't it adding the slash in this case?