Name array issues
Brought to you by:
nhruby,
richardarcher
I am having problem with name values in the
add_element. I saw the note on arrays[] but couldn't
figure out the write way to make it running. Can
someone fix the following notation and send me please?
For information, code element is supposed to read and
write it's value from an array called "rec".
$this->add_element(array("type"=>"text",
"name"=>"rec[UID]",
"valid_regex"=>"[1-0]",
"valid_e"=>"Numeric only",
"icase"=>1,
"value"=>$rec[UID]));
Thanks alot
oldes@occons.com