How can i get POST and GET variables in separate way.
 
For example:
My page recieve:
Var1=Val1 by POST method
and
Var1=Val2 by GET method
 
And i need to do this:
set VariablePost = Var1 POST
set VariableGet = Var1 Get
 
There is a solution for this?
 
Damian
PD: sorry about my primitive english

Reply via email to