I would like to build very simple php cart system for my site. I know how to create sessions its just the session variables using arrays confuses me. I understand the both individually but implementing them together just goes over my head. Im sure once i know the basics i will be flying but i just dont know! The main problem is trying to put a variable into another variable $SESSION['basket'][$productID]. It doesnt seem to reconise it as a variable. Could someone just post a very basic cart, THANKS!