语法错误,意外的')',在第204行

时间:2019-05-05 12:31:59

标签: php parsing

  

语法错误,意外的是')',在第204行的C:\ xampp3 \ htdocs \ ms3final \ cart.php中应为'['

 <?php                           

foreach($_SESSION as $name =>value)
{       
    if(substr($name,0,7)=="product_"){          
        $query="SELECT * FROM basin_and_sink_mixers"; //where productid= '$id' ";
        $result=mysqli_query($conn,$query);

        while($row=mysqli_fetch_assoc($result))
       {               
...
?>

0 个答案:

没有答案