Hello. I was wondering, what is the best way to hold what the user has bought?
For example, IF the user selects 5 blue shirts at $15.00 each how do I store that info as they look at other pages? I know in ASP.net you can store it all in the session object, but I am not sure how you do it with php.
Also when the user goes to check out, how do you automattically have the credit card billed? I know you somehow forward the info to a different company that supposedly does it for you, but I have no idea how that works and what compnies there are that do it.
Thansk for any input! 😃