Help for this page

Select Code to Download


  1. or download this
    $sth->prepare("UPDATE table SET column_1 = ? WHERE id = 1");
    $sth->bind_param(1, 221783, { TYPE => SQL_VARCHAR });
    $sth->execute();