Greetings,
Yes, I have tried searching -- new to MySQL and cannot find any posts that specifically answer this question. So, here it is:
Writing a program for my wife to keep track of items she wishes to purchase for our new home. Right now, it is very basic -- a form adds data to a table, data is then displayed by date, price, category, etc.
I am trying to echo a total price amount of all entires from the price row in the table -- i.e. item 1 is $5, item 2 is $10, TOTAL (printed under all entries) would be $15. I am using a while loop to print each entry onto the page.
Any suggestions?
Thanks!
-Ben