Hi everyone.
I am working on a selling/auction site for a RPG. There is a listing_current table in the DB.
Basically, what i need is a script that goes through the listing_current table, and for each unique 'item_id' it catalogues the price that particular listing was sold at. Perhaps this could be in an array?
Then, when it's gathered all the data, I need it to analyse it, displaying average price, increase per month, and 10 listings of that type that are in teh listing_current table.
How would I go about accomplishing this?
Thank so much.