I know I posted something similiar to this a month or two ago, but since then my SQL database was not working, but now it's alive and kicking but I misplaced the answer I was given. So anyways, here's my situation:
I have a database of files, each file has a field where it specifies the number of downloads of that specific file. This INT increaes by one (1) every time someone downloads that file.
I was wondering how I could loop through the database and get a result of the total number of downloads of ALL the files.
Thanks again for your help!