|
Personally I would make a mySQL database with the model's name, a unique ID # for each model, and maybe number of votes?
Then have the HTML form use a drop-down box that is populated by the database. Having them type in the name would be too much headache if they misspell it, etc.
If you're not comfortable with php or anything, you might just google for some kind of free voting script.
|