in reply to How to use cgi param() to read unescaped url parameters

If I understand the question correctly, the answer is to replace the '%3b' or ';' in the URL with '&'.

This works with marinersk's URL above: (ampersand instead)

  • Comment on Re: How to use cgi param() to read unescaped url parameters

Replies are listed 'Best First'.
Re^2: How to use cgi param() to read unescaped url parameters
by marinersk (Priest) on Oct 31, 2013 at 20:48 UTC
    Ah! And the light goes on! I think you've sussed it; I think I may have completely misread the question.

    I will update the above post to show before-and-after results.