|
Thanks Mark
Hubbard for answer me.
But, what happend if
in $ENVS exists Post and Get variables?
For Example:
<form method=post
action="page.ttml?var1=1">
<input type=hidden name=var1
value=2>
</form>
In ASP or PHP i can get the value of all versions
of var1.
ASP example:
Var1Post = request.form("var1")
Var2Get = request.querystring("var1")
then
Var1Post = 2
Var1Get = 1
Can i do this with TCL and Mod_Tcl ?
|
- GET and POST variables Damian Bacalov
- Re: GET and POST variables Mark Hubbard
- Re: GET and POST variables Damian Bacalov
- Re: GET and POST variables David N. Welton
- Re: GET and POST variables Damian Bacalov
- Re: GET and POST variables David N. Welton
- Re: GET and POST variables Bass
- Re: GET and POST variables David N. Welton
