Help for this page

Select Code to Download


  1. or download this
    $STable = 'tab001';
    print $query->start_multipart_form("POST","printFields");
    ...
                    -value=>$STable);
    print $query->submit('doWhat','Print Fields');
    print $query->end_form;
    
  2. or download this
    $SFields = join(", ",$query->param('FieldNames'));
    $STab    = $query->param('TblMenu');
    
  3. or download this
    $STab    = $query->param('FieldNames.TblMenu');