Hello all,
I have recently constructed a DB in MySQL whose columns contain for example user name, #of apples and the date (0000-00-00 format) I need to construct a web page accessible form/search that will allow me to search a date range, get all the apples and oranges that <user> name has in those date ranges and display total. total apples, total oranges. Example:
names = user_name
apples = apples
Date Range: 2003-03-10 - 2003-03-15
Name: Apples: Oranges:
Bob 10 5
Sally 15 5
Smithy 20 5
Total: 45 15
I think that should be straightforward, but for the life of me, I have looked at several examples on the web, but none have seemed to work right.
Thanks for any assistance you could provide. If more information is needed