Re: newbie pass variables on CGI
From: Alan J. Flavell (flavell_at_ph.gla.ac.uk)
Date: 10/31/03
- Next message: Jürgen Exner: "Re: Aps and Linux"
- Previous message: Bernard El-Hagin: "Re: Aps and Linux"
- In reply to: Ben Morrow: "Re: newbie pass variables on CGI"
- Next in thread: Brian McCauley: "Re: newbie pass variables on CGI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Oct 2003 12:33:09 +0000
On Fri, 31 Oct 2003, Ben Morrow wrote:
> You can retrieve the query-string with $query->query-string, and then
> append this to another URI to invoke that script with the same
> parameters.
Hmmm, CGI.pm documentation is a bit vague in this area. I'm looking
at http://stein.cshl.org/WWW/software/CGI/
| query_string()
| Returns a query string suitable for maintaining state.
Does this mean it's in URLencoded form, or not?
At any rate, anyone who's using -oldstyle_urls should take note of
what it says about the need for HTML-escaping ampersands.
cheers
- Next message: Jürgen Exner: "Re: Aps and Linux"
- Previous message: Bernard El-Hagin: "Re: Aps and Linux"
- In reply to: Ben Morrow: "Re: newbie pass variables on CGI"
- Next in thread: Brian McCauley: "Re: newbie pass variables on CGI"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|