SamusKay Posted June 26, 2008 Share Posted June 26, 2008 I've got a cart sorted out and it saves the order to a database by the product id. Is there a way to display the ordered id's as the product name it is? Quote Link to comment https://forums.phpfreaks.com/topic/112078-i-need-help/ Share on other sites More sharing options...
dannyb785 Posted June 26, 2008 Share Posted June 26, 2008 do you know enough php to take a query I give and make it work? $query = "SELECT * FROM Order,Item WHERE Order.order_item_id=Item.item_id AND Order.order_id='$id' "; Quote Link to comment https://forums.phpfreaks.com/topic/112078-i-need-help/#findComment-575327 Share on other sites More sharing options...
SamusKay Posted June 26, 2008 Author Share Posted June 26, 2008 No, but I cant find where to learn how to do my question anywhere. Can you give me a link to somewhere with help on php querys. Dont just have a go at me because I dont know any php. You started somewhere aswell. Quote Link to comment https://forums.phpfreaks.com/topic/112078-i-need-help/#findComment-575349 Share on other sites More sharing options...
dannyb785 Posted June 26, 2008 Share Posted June 26, 2008 No, but I cant find where to learn how to do my question anywhere. Can you give me a link to somewhere with help on php querys. Dont just have a go at me because I dont know any php. You started somewhere aswell. Have a go? Are you implying that I'm being hard on you for not knowing php? You took my post the wrong way. I gave you what you need. Quote Link to comment https://forums.phpfreaks.com/topic/112078-i-need-help/#findComment-575354 Share on other sites More sharing options...
SamusKay Posted June 26, 2008 Author Share Posted June 26, 2008 Sorry. Most sites when you ask someone everyone says stuff, and I didnt understand the php you gave me, il have a go at it now. Quote Link to comment https://forums.phpfreaks.com/topic/112078-i-need-help/#findComment-575362 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.