jwk811 Posted October 28, 2006 Share Posted October 28, 2006 Could someone give me an overview on how to make a cart system and all that stuff? please remember that im still new to all this and a lot of this stuff doesnt make sense to me. any help at all would be great! thanks! i know i have to use databases and/or sessions but i wouldnt know how to put this stuff together.. Quote Link to comment Share on other sites More sharing options...
tobydeh Posted October 28, 2006 Share Posted October 28, 2006 Go to php.net and read up on Arrays ans Sessions.A good starting point would be fore you to initialize a session for each user that visits you site then begin to sotre their basket information inside their Session as an array.There are many Shopping Cart tutorials online, just have a seach on google. Quote Link to comment Share on other sites More sharing options...
jwk811 Posted October 28, 2006 Author Share Posted October 28, 2006 I think I'm going to use a database for registered users to checkout and just sessions for guests that want to run in quick and make a purchase. That way I'll get more customers as well, because some people are lazy lol. Quote Link to comment Share on other sites More sharing options...
jwk811 Posted October 28, 2006 Author Share Posted October 28, 2006 okay i know how sessions and arrays work but how would i use them to make a shopping cart system? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.