![]() |
![]() |
Hey,
it's my understanding that if I do something
like:
[set myVar]
[query sql="update myTable set
values="something"]
[/set]
and then later
<FORM ACTION=[process-target] METHOD=POST>
<!-- STUFF -->
<INPUT TYPE=hidden NAME=mv_click
VALUE="myVar">
<INPUT TYPE=hidden NAME=mv_doit
VALUE="return">
<INPUT TYPE=hidden NAME=mv_nextpage
VALUE="index">
</FORM>
that upon submitting that form..the stuff contained in "myVar"
would be interpolated and executed..is this correct? If I set a text
field...like:
<INPUT TYPE=text NAME=r_testField
VALUE="0000">
at what point would [value r_testField] become valid? Would it
be in time for the mv_click method to be invoked?
Nick
|