|
PHP's probably the best option (in my opinion). You could output the results either to a MySQL database, or just a text file to make it simple.
Do you mean you want to be able to re-use the script, so you can do more than one poll? Doing a single script wouldn't be difficult, but making one that you could easily re-use would be harder.
Anybody who knows PHP reasonably well should be able to do this for you though.
In order to record the results, it would have to be some kind of server-side script such as PHP. I'm not aware of any open-source / free scripts available with the amount of functionality you require.
Cheers & good luck!
__________________
itsCooper
Last edited by itscooper; 02-06-2008 at 07:59 AM..
|