发布网友 发布时间:2022-04-23 01:56
共3个回答
热心网友 时间:2022-04-06 01:42
//删除是记录是用sql语句,比如 delete from xxx(table) where id=1 删除 id=1的记录
热心网友 时间:2022-04-06 03:00
$conn=mysql_connect("localhost","root","") or die(mysql_error());//链接数据库
热心网友 时间:2022-04-06 04:35
先链接数据库