请教多条更新记录提交怎么写SQL
程序员文章站
2024-01-28 20:50:10
...
请问多条更新记录提交如何写SQL
先上代码:
先上代码:
require("inc/pdo.php");
$select=$dbc->prepare("select id,slide_name,slide_href,slide_img from zt_slide");
$select->execute();
while($row=$select->fetch()){ ?>
焦点图管理