时间:2021-07-01 10:21:17 帮助过:51人阅读
do{
$d=mysqli_query($con,"SELECT AID FROM id WHERE BID='$g'");
mysqli_query($con,"DELETE * FROM id WHERE BID='$g'");
$g=$d;
}
while($d==0);
这段php代码中$d=mysqli_query($con,"SELECT AID FROM id WHERE BID='$g'");出问题了
Catchable fatal error: Object of class mysqli_result could not be converted to string in C:\wamp\www\
该怎么解决