in reply to Re^2: param() and param value that contains &
in thread param() and param value that contains &
Indeed. CGI parses the URL queries as it they were x-www-form-urlencoded format(*). Since your URL queries is in another format, you'll have to find yourself an appropriate parser for that format.
* — With some useful deviations that aren't relevant here.
|
|---|