Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare (qq{ SELECT * FROM table_name });
        $sth->execute();
    ...
    } else {
    # does NOT exist
    }