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= | |description=Get the value of a post variable. | ||
|param1=<variable name>|param1_desc= | |param1=<variable name>|param1_desc=Post variable name | ||
|param2=<variable>|param2_desc={{ | |param2=<variable>|param2_desc={{parameter_variable_any_name}} the value. | ||
}} | }} | ||
===Example=== | ===Example=== | ||
: | :GET_POST_VAR "MyPostVar", Val2 | ||
[[Category:Post_Processing]] | [[Category:Post_Processing]] |
Revision as of 17:37, 13 January 2011
Command
- GET_POST_VAR <variable name>, <variable>
Get the value of a post variable.
Parameters
- <variable name>
- Post variable name
- <variable>
- Name of variable to be set to the value.
Example
- GET_POST_VAR "MyPostVar", Val2