Help for this page

Select Code to Download


  1. or download this
            $sth1 = $dbh->prepare (qq{ SELECT * FROM `sessions` });
            $sth1->execute();
    ...
                }
            }
            $sth1->finish();