GET POST VAR: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax=GET_POST_VAR <variable name>, <variable> | {{Command|syntax=GET_POST_VAR <variable name>, <variable> | ||
|description=Get the value of a post variable. | |description=:Get the value of a named post variable. | ||
|param1=<variable name>|param1_desc=Post variable name | |param1=<variable name>|param1_desc=Post variable name |
Latest revision as of 17:40, 13 January 2011
Command
- GET_POST_VAR <variable name>, <variable>
- Get the value of a named post variable.
Parameters
- <variable name>
- Post variable name
- <variable>
- Name of variable to be set to the value.
Example
- GET_POST_VAR "MyPostVar", Val2