2.18 startform
Start a form.
Parameters:
$kiriwrite_presmodule->startform(action, method);
Usage:
$kiriwrite_presmodule->startform("kiriwrite.cgi", "POST");
action
Specifies where the form data should be sent to.
method
Specifies the method of posting the data.
Value |
Description |
POST |
Posts the form data. The data does not appear in the address bar. |
GET |
Gets the form data. The data appears in the address bar. |