mpfserver Manual
 
 
 Examples | GET-/POST-parameter values
display value
{mpf:param/get/mymessage||encode=html-chars}
use as conditional section (use with closing token)
{mpf:param/post/count||==0}
	... will be returned if ok ...
{/mpf:param/post/count||==0}
store value in myVar (use as embedded token)
{mpf:set=myVar||data={mpf:param/post/count}}
display a list of all parameters
{mpf:param/get}
	... {mpf:key} ... {mpf:val} ...
{/mpf:param/get}
 
 
2004 by master-p-formance.All rights reserved.
 
This manual is generated on the fly using mpfserver and MPFT (mpf transformation).