I am trying to integrate voting system in a website where a registered user can vote only once a day. So suppose if he votes today at 10 pm then again tomorrow at 10 am he can vote but he cannot vote again the very same day. How do I implement this using php, mysql. I don’t have any specific code as such.
Share
Well you could do this: