注意:未定义的变量:总存量在第16行

时间:2018-12-22 08:47:41

标签: php

我有代码:

$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行

0 个答案:

没有答案