Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
mmmmmm ideally I need to send someone my code... im using mysql front as well for my database details. Ive got a website with football boots and they select options they want.. click search and results appear.. results are shown with an "add item" button... then im using cookies to store this. Anyone on msn messenger or anything so I could send you my php files and mysql data? Im having main difficulties getting the actual items to be added, I also need to have a quanitty drop down box which also recalulates the total etc... if anyone could help pelase add me on msn messenger "bigmaddaz@hotmail.com"
You would be better using sessions to store the details of their baskets.
Adding items shouldnt really be a problem ? assuming you have your products in the mysql database just reference the items key field and retrieve the details of the product when they view their basket.
For the basket updates you could use an onclick update, and have a manual update incase the client doesnt support CS script..