PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have a voting system that only adds a vote into a poll if the user haven't voted for that choice before, based on cookies stored on the user's computer. This works fine!
But how can i make sure only users with cookie enabled browsers are allowed to vote?? I mean, how can i test if a browser is accepting cookies?