I would like to add a Poll to a website and ideally would like to create it myself. I've been thinking, and surely it should be possible using
PHP and MySQL? The pattern would be something like:
When the user selects their option on the poll, it adds it to a column in the database. The
php then counts the number of times each item appears in the database, and displays those values on the webpage. Am I on the right lines or am I looking towards javascript?
I'm trying to learn
PHP so would rather code it myself. I have a MySQL database free on a domain.
Cheers,
Jack