I need more info about creating a poll!
Autor: Robin S.
Visitado 799,
Followers 1,
Compartido 0
I want to have a movie night where my friends and I watch a series of movies (such as the James Bond Serries). I want to be able to e-mail a link to my friends and have them take the poll. I would like to know a) How many votes each option has b) who voted for what.
Is this possible and if so, how do I set it up?
Publicado en
A script would have to be created individually.
Each mail recipient should receive an individual link with a URL parameter, e.g.:
https://example.org/?p=Dave
https://example.org/?p=Jack
https://example.org/?p=Bill
The poll script must store the p-value along with the selected movie.
The poll script would then have to output the result like this, for example:
Movie A - Dave, Fred, Tom etc.
Movie B - Jack, Charlie, Bernie etc.
Movie C - Mike, Martin, Bill etc.
Maybe someone here in the forum knows a poll script for this purpose, otherwise a programmer would have to create it.
Sorry, Link like this:
https://example.org/poll.php?p=Dave
https://example.org/poll.php?p=Jack
https://example.org/poll.php?p=Bill
Autor
What language needs to be used for the script? Are there examples for scripts? I can write my own...
You can use the object Poll Link Read this guide to use this object.
Good afternoon
I recommend that you use the google form application, as it allows you to submit responses directly to a google spreadsheet where responses can be evaluated.These forms can be inserted in a frame through the HTML object.Regards
I don't use poll scripts or poll providers myself, so I don't know where the desired functions are.
More than 10 years ago I made changes and additions to small PHP scripts for other people as a hobby, but I don't want to stress myself with that anymore.
More than 10 years ago I would have looked at the well-known PHP script collections and gotten a free PHP poll script there and added it if something was missing. Today these collections would be too uncertain for me.
Maybe there is a PHP programmer who can recommend a safe (free) PHP poll script.
Autor
Thanks for all the input!