Help for this page

Select Code to Download


  1. or download this
    $CGI = new CGI;
    my($item) = $CGI->param('item');
    ...
    my($sql, $sth, $comments) = ("", "", "");
    
    if(defined($add)) {
    
  2. or download this
    } else {