Help for this page

Select Code to Download


  1. or download this
      ##necessary stuff, use CGI etc...
    
    ...
              $sth=$dbh->prepare("SELECT * FROM Videos WHERE $FieldN LIKE 
    +?") or die;
              $sth->execute($SearchCrit);
              @vidinfo = $sth->fetchrow_array();
    
  2. or download this
      $tmpl->param( stuff =>\@whatever );
                      $tmpl->output;