babaz Posted September 9, 2010 Share Posted September 9, 2010 hi, am new to this site. im working on a school project which requires us to build an online shopping site. have everything under control except for one thing. when a customer views an item, the site should suggest other items that other customers purchased with the item the curent customer is viewing. any suggestions as to how i should implement this? i will be using php and sql. thanks.... Quote Link to comment Share on other sites More sharing options...
zq29 Posted September 9, 2010 Share Posted September 9, 2010 Query the orders table for orders containing the current product you're viewing, then see what else is in that order? 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.