howrandom Posted March 28, 2006 Share Posted March 28, 2006 I am doing a college project and have to creat a shop, i can add customers, products and edit/delete but i don not know how to do a basket all i need is a simple and basic basket script. i have 3 tablesrb_customerrb_productrb_orderrb_customer has these fields:[b]Customer_NumberTitleFirst_NameLast_NameAgeAddress_Line_1Address_Line2CityCountyPostCodeTelephone_NumberE_Mail_Address[/b]rb_product has these fields:[b]Item NameCostPostageCategoryIn_StockImage [/b]rb_order has:[b]Order NumberItem NumberItem NameCostDate OrderedImage [/b]can anyone help? Quote Link to comment https://forums.phpfreaks.com/topic/6033-help-college-project/ Share on other sites More sharing options...
lead2gold Posted March 28, 2006 Share Posted March 28, 2006 Not trying to be rude man, but that post is just going to get you replies like:- Why don't you start this yourself and if you have problems then post here.Again, this isn't probably the best comment to say... but wouldn't it defeat the purpose of going to college and learning php if someone here were to do the entire thing for you? Quote Link to comment https://forums.phpfreaks.com/topic/6033-help-college-project/#findComment-21704 Share on other sites More sharing options...
howrandom Posted March 28, 2006 Author Share Posted March 28, 2006 i need any help/advice i can get, i have tried the larry ulman php book but it doesnt make any sense to me what so ever, i have tried to learn it but i am completely stuck and im using this as a last resort Quote Link to comment https://forums.phpfreaks.com/topic/6033-help-college-project/#findComment-21708 Share on other sites More sharing options...
Eddyon Posted March 28, 2006 Share Posted March 28, 2006 how bout putting the user id in rb_order so you know who is ordering the stuff? could be helpful. Quote Link to comment https://forums.phpfreaks.com/topic/6033-help-college-project/#findComment-21739 Share on other sites More sharing options...
litebearer Posted March 28, 2006 Share Posted March 28, 2006 short tutotial on basic basket[a href=\"http://www.phpbuilder.com/columns/evert20000816.php3\" target=\"_blank\"]http://www.phpbuilder.com/columns/evert20000816.php3[/a]Lite... Quote Link to comment https://forums.phpfreaks.com/topic/6033-help-college-project/#findComment-21746 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.