I'm making a php based game, which will have to process data at a certain time. How can i do this so it always happens at a set time.
Use a cron job and call the php script using lynx or using wget.
Or if PHP is running as a CGI, have cron call it directly.