|
Well, if you are new to php, I recommend you go to the library or bookstore and pick up a good (thick) php book and read it through. Many of those will go through the process of building a poll as a teaching tool.
A poll is fairly simple. You will need a form with the questions, a database to store the poll and some method of displaying the results, the simplest being text or you could go as far as using php image generating functions.
If you are just getting started in php, you need to learn the basics first. I could write this script up for you in 5 minutes, but that wouldn't do you any good if you actually trying to learn php. If all you want is a script, then take the above posters suggestion and check out hotscripts.com Otherwise, good luck and feel free to ask questions as you go.
|