in reply to Re: Passing multiple parameters to a CGI script?
in thread Passing multiple parameters to a CGI script?
-newstyle_urls Separate the name=value pairs in CGI parameter query strings w +ith semicolons rather than ampersands. For example: ?name=fred;age=24;favorite_color=3 Semicolon-delimited query strings are always accepted, but wil +l not be emitted by self_url() and query_string() unless the -newstyle_urls pragma is specified. This became the default in version 2.64.
Celebrate Intellectual Diversity
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing multiple parameters to a CGI script?
by Spidy (Chaplain) on Sep 14, 2005 at 21:35 UTC | |
by chas (Priest) on Sep 15, 2005 at 02:47 UTC |