После проверки кода на безопасность
This commit is contained in:
@ -120,7 +120,6 @@ while ($row = $res->fetch(PDO::FETCH_ASSOC))
|
||||
{
|
||||
for($j=0;$j<count($tbl->fields);$j++)
|
||||
{
|
||||
//print $tbl->fields[$j]->name.'='.$tbl->fields[$j]->getValue().'<br>';
|
||||
$stmtU->bindValue(':'.$tbl->fields[$j]->name, $tbl->fields[$j]->getValue(), $tbl->fields[$j]->getPDOType());
|
||||
}
|
||||
print '<br>Update ';
|
||||
|
||||
Reference in New Issue
Block a user