whittierpc Posted August 21, 2006 Share Posted August 21, 2006 I have a simply shopping cart that has product prices and option prices, both stored in different tables in the same database (MySQL) and when you are putting item in your cart everything it ok, but I am trying to get the total option price, (sum of all option prices for all items that have option with prices) to assign to one variable, and I know this must be simple, but because I place my code within the loop and echo the variable the first time or second time around it has the right value but because it keeps looping the third time around it get reassigned a different value?I hope I have done a good job of explaining this. Sorry for any confusion.Thanks in Advance! Quote Link to comment https://forums.phpfreaks.com/topic/18228-sum-of-a-looped-array-value/ Share on other sites More sharing options...
ober Posted August 21, 2006 Share Posted August 21, 2006 Can you post some code? And please do not use all caps in your thread title in the future. Quote Link to comment https://forums.phpfreaks.com/topic/18228-sum-of-a-looped-array-value/#findComment-78251 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.