注意:问题是sql查询
在这段代码中出现了一个错误//
可恢复的致命错误:mysqli\u result类的对象无法转换为第100行的字符串
这是密码
{//this is where the parameters come from
$db->addmedicine($id,$med->getMedicineName(),$med->getQuantity(),$med-
>getPrice(),$med->getExDate(),$med->getProDate());
}
public function
addmedicine($id,$medicinename,$quantity,$price,$exdate,$prodate)
{
$conn=$this->connect();
(line 100)--> $sql = "INSERT INTO `availablemedicine`
(`vendorid`, `medicinename`, `quantity`, `price`, `exdate`, `prodate`)
VALUES ('$id','$medicinename','$quantity','$price','$exdate','$prodate')";
$result = mysqli_query($conn,$sql);
}
暂无答案!
目前还没有任何答案,快来回答吧!