GET POST VAR: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[:Category:Post_Processing|{{Up}}]]
{{Command|syntax=GET_POST_VAR <variable name>, <variable>
{{Command|syntax=GET_POST_VAR <variable name>, <variable>
|description=*DESCRPTION*
|description=:Get the value of a named post variable.


|param1=<variable name>|param1_desc={{variable name}}
|param1=<variable name>|param1_desc=Post variable name
|param2=<variable>|param2_desc={{ariable}}
|param2=<variable>|param2_desc={{parameter_variable_any_name}} the value.
}}
}}


===Example===
===Example===
:- GET_POST_VAR
:GET_POST_VAR "MyPostVar", Val2


[[Category:Post_Processing]]
[[Category:Post_Processing]]

Latest revision as of 17:40, 13 January 2011

Up

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