Archive for May 23rd, 2008

Ajax shopping cart, built using PHP + Prototype

Ajax is getting popular these days. Many would wanna convert their traditional shopping carts for their online stores into Ajax-driven, which needent page refresh. A tutorial example has been posted on PHPBuilder how to use Prototype on the JavaScript client side, to make ajax remote calls and PHP on the server to store the cart items.

Continue reading ‘Ajax shopping cart, built using PHP + Prototype’