Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare("
        select task_id, originator_name, 
    ...
        order by task_id
    ");
    $sth->execute or dienice("Can't get problem report: " . $dbh->errstr);