php 购物车问题 所有php页面第一句都加session_start();试试还有就是吧session数组打印出来调试
PHP简易购物车 cart='这是购物车的订单信息';file_put_contents('./order.txt',$cart);保存到order.txt里面
php购物车,谁会做 PHP文档里就有一个简单的购物车类 。Items in our shopping cart/Add$num articles of$artnr to the cart function add_item($artnr,$num){$this->;items[$artnr]+$num;。