# Chifty (01.10.2018 / 16:05)Может запрос?
люди, помогите переделать функцию под Prepared Statement.
$sth = $dbh->prepare('SELECT * FROM `download__files` WHERE `md5hash`= ?');
$sth->execute([$md5_hash]);
$res_double = $sth->fetch(); # Chifty (01.10.2018 / 16:05)Может запрос?
люди, помогите переделать функцию под Prepared Statement.
$sth = $dbh->prepare('SELECT * FROM `download__files` WHERE `md5hash`= ?');
$sth->execute([$md5_hash]);
$res_double = $sth->fetch();