I have a param called 'call' which is set to a value as it enters this part of a script.
I wish to re-assign it to the value 'set_view'
I have tried numerous versions of this but I am having problems getting a single line to work.
This works
but I have done this before on a single line.
Please help, my brain hurts.
Keith
I wish to re-assign it to the value 'set_view'
I have tried numerous versions of this but I am having problems getting a single line to work.
This works
Code:
$query->param(-name=>'call',
-value=>'');
print $query->hidden('call',"set_view");
Please help, my brain hurts.
Keith