Escaping quotes, but not escaping %
A message like
"100%" gets sent to my custom PHP file as:
\"100%\"
This works well when injecting the string directly into a printf() statement except that the % is not double-escaped...
"100%" gets sent to my custom PHP file as:
\"100%\"
This works well when injecting the string directly into a printf() statement except that the % is not double-escaped...
Follow this discussion to get notifications on your dashboard.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?I'm using stripslashes() on my ping script and this seems to correct th eproblem
I’m happy
Loading Profile...


