Help for this page

Select Code to Download


  1. or download this
    Speedtrap
    ----------
    ...
    comment
    approval
    
  2. or download this
    if ($state eq 'all' && $status eq 'all') {$query = '';}
    if ($state ne 'all' && $status eq 'all') {$query = "WHERE state='$stat
    +e'"}
    ...
    $rc = $sth->finish;
    $rc = $dbh->disconnect;