Log in

View Full Version : Looking for...



Jon101
09-06-2007, 04:22 PM
Hello,

I'm in need of a script that would act as a voting system where people could vote on a picture and then maybe comment on it as well.

I guess its a php code... maybe theres an OS solution?


Thanks!!!

Jon

Jon101
09-10-2007, 02:27 PM
Any one??



Thanks,

Jon

djr33
09-10-2007, 03:10 PM
Please use a more meaningful title. "Looking for" makes me not really care, as well as creating a vague thread that might not be noticed. We know you're looking for something by posting here. Tell us what so we can help you faster.

PHP, yes. Or something else serverside.


Basically,
1. display form
2. get the vote serverside
3. check if the user (by IP, likely) has voted before
4. if not, add vote
5. hide the form and display results (this will happen instead of [1], if they have previously voted)

Take a look at http://php-mysql-tutorial.com for some options.