[thelist] Really annoying PHP escape problem

Rob Smith rob.smith at THERMON.com
Thu Apr 8 12:46:14 CDT 2004


Hi list

When I encode an ' through a querystring it gets encoded via: 

%5C%27  \'

When it get's display through: echo $_GET["variable"], the screen will show:
\\\'

All I want is the simple ' to show up. How do you escape the three \\\'s
here?

Rob Smith


More information about the thelist mailing list