Hi there
I don't quite know how to do this.
I am coding a kind of poll system.
Around 1000 products to be voted on. Each with a small picture.
It has to be based on a userdatabase to ensure that no one can vote on the same product more than once. I guess that is better than relying on cookies.
The pictures, I guess, has to be placed in the database (how to do this?), or is it better in a folder?
What is the best method here, one or more tables to make it run as fast and stable as possible.
There might be many, many thousands of users.
I am using MySql.
sincerely
qrt123