Help for this page

Select Code to Download


  1. or download this
    1st time:
    Fields 1,2,3 = a,b,c (Click Insert)
    ...
    2nd time:
    Fields 1,2,3 = x,y,z (Click Insert)
    textarea = abcxyz
    
  2. or download this
    print $query->start_multipart_form("POST", "test");
    print "Field Name:";
    ...
    print $query->textarea(-name=>'SPCtext', -cols=>50, -rows=>10, -value=
    +>$testText);
    print $query->submit('Save');
    print $query->endform();