Help for this page

Select Code to Download


  1. or download this
    $sth = $dbh->prepare ('SELECT * FROM users WHERE id = ?');
    $sth->execute ($my_id);