I have a campaign oriented game at hand and i am working on the functionalities as follows:
- player enters information at the beginning of the game
- one winner per day (or per 24 hours)
- send emails to site owner and applicant
my main issue here is to count and save the 24hours on server side and make only one player win every 24 hours. campaign should go for about a month.
or if i can send information via Ajax to a php server and receive information back from this server i can manage this all through php.
your thoughts are well appreciated :)