Ive never made a Shopping Basket. But try using sessions and in the session use an array. Update that array each time then when a person wants to view there basket you just gather the information from the array.
This will stop the need of using a database to get the information.