This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
有人可以用这个给我一个正确的方向吗:
$sql='INSERT INTO table (name,data,other,datetime) VALUES (?,?,?,NOW()) WHERE id=?;';
$pds=$database->pdo->prepare($sql);
$pds->execute(array($a,$b,$c,$id));