发布网友 发布时间:2022-04-23 12:43
共2个回答
热心网友 时间:2022-04-06 02:53
<?php
$getid = $_GET['id'];
$getxb = $_POST['xb'];
……
mysql_query("update yh set xb='$getxb',bj='$getxh,…… where id='$getid'");
?>
这样就可以修改了。其中省略的都是重复的内容,自己改吧。
热心网友 时间:2022-04-06 04:11
再加上
mysql_query("delete from yh where ……")