Help for this page

Select Code to Download


  1. or download this
    $sth->prepare('INSERT INTO tablename SET value=?');
    
    $sth->execute('hello.world');