我有代码:
$query=mysqli_query($con,"SELECT * FROM `produit` ORDER by id DESC" ) or die(mysqli_error($con));
while($res=mysqli_fetch_assoc($query))
{
$totalstock+=$res['stock'];
$totalstock+=$res['stock'];
?>
我得到这个错误:
注意:未定义变量:库存总额 /home/herada9263/public_html/xoxo/inc/produit.php,第16行