Help for this page

Select Code to Download


  1. or download this
    if ($event = $cgi->param('event')) {
        $description = $cgi->param('description');
    ...
        print "<input type='submit' value='upload'>\n";
        print "</form>";
    }