dazzclub Posted March 18, 2008 Share Posted March 18, 2008 Hi there, Has anyone here found a good shopping cart tutorial that was very benificial in regards to expanding their knowledge on php and mysql?? If so could anyone point me in the right direction. kind regards Dazzclub Quote Link to comment https://forums.phpfreaks.com/topic/96688-entry-level-shopping-cart-tutorial/ Share on other sites More sharing options...
MadTechie Posted March 18, 2008 Share Posted March 18, 2008 maybe this one http://www.thewatchmakerproject.com/journal/276/building-a-simple-php-shopping-cart ( i did a google for "php shopping cart tutorial") it looks ok Quote Link to comment https://forums.phpfreaks.com/topic/96688-entry-level-shopping-cart-tutorial/#findComment-494814 Share on other sites More sharing options...
dazzclub Posted March 18, 2008 Author Share Posted March 18, 2008 I was reading this actually, i think i may use this, just to get a better understanding. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/96688-entry-level-shopping-cart-tutorial/#findComment-494836 Share on other sites More sharing options...
MadTechie Posted March 18, 2008 Share Posted March 18, 2008 i think the key points are 1. pulling data from a database and displaying it on screen, 2. using relationships ie users table, product table (linked via sales table) 3. session for keeping track of the logged in user. and what they have selected before they have logged in, no idea if that helps! Quote Link to comment https://forums.phpfreaks.com/topic/96688-entry-level-shopping-cart-tutorial/#findComment-494839 Share on other sites More sharing options...
dazzclub Posted March 18, 2008 Author Share Posted March 18, 2008 lol, i kinda new that, but its always best to break it down and then work on each key points. I am just working on the tutorial you had suggested, now small baby steps, lol cheers Quote Link to comment https://forums.phpfreaks.com/topic/96688-entry-level-shopping-cart-tutorial/#findComment-494911 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.