* Graham * Yudhi-Max simple form
<form action="">
<input type="text" name="my_var" value="" />
<input type="text" name="my_other_var" value="" />
<input type="submit" value="Go" />
</form>

Copy code

in html You can get the values like this
{_$my_var|default value}
{_$my_other_var|default value}

Copy code

The "get" function in xtscript gets the value of variables set in forms or the query string
<!--parser:xtscript-->
get my_var
get_or_default my_other_var;my default value
print $my_var
print $my_other_var
<!--/parser:xtscript-->

Copy code

xtscript is server based
2016-12-09 08:34 (edited 2016-12-09 08:37 by Graham ) · (0)

Online: Guests: 1