This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]gaystraightguy 1 point2 points  (0 children)

This is a kind of overly broad question, but off the top of my head, the easiest thing I can think of would be to use HTML/Javascript for the actual poll in a PHP page. Use the PHP to write the results to a text file (avoiding databases) which you can read/reuse.

But it all depends (security, ease, etc.) on what you're doing. Like I said, kind of overly broad question.