I developed a forum (http://www.stickmin.com/Forums/) and I need help letting users make their thread a poll with PHP. I want them to have a textarea where they can enter an option to vote for and they make a new line for each option. I also want it to save each option in a text file with the score next to it. Any ideas?

What kind of ideas are you looking for? I can't really see a problem. Just create a file, with all options given by the author and save an array after a specific symbol (I always use a pipe "|") with all users that have already voted. To know how many users have voted you just need to call "count()". On the other hand you can simply check whether a user has already voted or not.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.