Method
(number) The submission method to use. Choose from:
CONSTANT |
VALUE DESCRIPTION |
|||
SUBMITWEB_GET |
1 |
The GET method will be used to submit the data. (Default) |
||
SUBMITWEB_POST |
0 |
The POST method will be used to submit the data. |
||
Note: If you are not sure of the difference, please consult a book or Web site about CGI programming. |