Voting

: zero minus zero?
(Example: nine)

The Note You're Voting On

Visual
19 years ago
If you are escaping strings in javascript and want to decode them in PHP with urldecode (or want PHP to decode them automatically when you're putting them in the query string or post request), you should use the javascript function encodeURIComponent() instead of escape(). Then you won't need any of the fancy custom utf_urldecode functions from the previous comments.

<< Back to user notes page

To Top