php 购物车 修改数量 while session
if(isset($_POST['submit'])){$array=explode("@",$_SESSION[producelist]);$arrayquatity=...
if(isset($_POST['submit']))
{
$array=explode("@",$_SESSION[producelist]);
$arrayquatity=explode("@",$_SESSION[quatity]);
for(list($name,$value)=each($_POST)){
//list把数组中的值赋给一些变量 ,each返回数组中当前的键/值对并将数组指针向前移动一步
for($i=0;$i<count($array)-1;$i++){
if($array[$i]=$name){
$arrayquatity[$i]=$value;
}
}
}
$_SESSION[producelist]=implode("@",$array);
$_SESSION[quatity]=implode("@",$arrayquatity);
}
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info[number];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info['item_name']; ?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1">
<input type="text" name="<?php echo $info[id];?>" size="2" class="inputcss" value=<?php echo $num;?> >
</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info['item_price'];?>元</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info['item_price']*$num."元";?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><a href="gwc.php?remove_id=<?php echo $info[item_id]?>">移除</a></div></td>
</tr>
<input type="submit" name="submit" value="更改商品数量" class="buttoncss" >
为什么购物车无法修改数量?哪位大哥大姐帮忙修改一下 展开
{
$array=explode("@",$_SESSION[producelist]);
$arrayquatity=explode("@",$_SESSION[quatity]);
for(list($name,$value)=each($_POST)){
//list把数组中的值赋给一些变量 ,each返回数组中当前的键/值对并将数组指针向前移动一步
for($i=0;$i<count($array)-1;$i++){
if($array[$i]=$name){
$arrayquatity[$i]=$value;
}
}
}
$_SESSION[producelist]=implode("@",$array);
$_SESSION[quatity]=implode("@",$arrayquatity);
}
<tr>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info[number];?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info['item_name']; ?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1">
<input type="text" name="<?php echo $info[id];?>" size="2" class="inputcss" value=<?php echo $num;?> >
</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info['item_price'];?>元</div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><?php echo $info['item_price']*$num."元";?></div></td>
<td height="25" bgcolor="#FFFFFF"><div align="center" class="style2 STYLE1"><a href="gwc.php?remove_id=<?php echo $info[item_id]?>">移除</a></div></td>
</tr>
<input type="submit" name="submit" value="更改商品数量" class="buttoncss" >
为什么购物车无法修改数量?哪位大哥大姐帮忙修改一下 展开
若以下回答无法解决问题,邀请你更新回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询