or download this
$query->param('foo','an','array','of','values');
This sets the value for the named parameter 'foo' to an array of value
+s. This is one way to change the value of a field AFTER the script ha
+s been invoked once before. (Another way is with the -override parame
+ter accepted by all methods that generate form elements.)