in reply to Re^2: Can't override CGI parameters
in thread Can't override CGI parameters
$q->delete_all should remove all values from that query object, so any values that are in it after that, are put in there by you. More likely is that you create a new CGI object after that, which will again be initialized with the posted values.
If you are running mod_perl and you are storing values in variables, it's possible that they will keep their value. They CGI object itself should not do that, unless you're not creating a new object for each request.
How do you know that the values are the same as the previous request? Ie: how do you show them?
Please show some code.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Can't override CGI parameters
by ido50 (Scribe) on Jun 12, 2004 at 12:18 UTC |