brownshoe Posted November 16, 2008 Share Posted November 16, 2008 Is there a way to make a php script that the server will run automatically at a given time, like, every Friday at 1:00 am? For example, I'm making a website, for entertainment purposes, and I'm think of adding a feature that simulates bank accounts for my users. One thing I would like is for everyone to get an automatic deposit to their accounts once a week. Can I do this with PHP? If so, how? If not, how CAN I do it? Thanks! Quote Link to comment Share on other sites More sharing options...
AndyB Posted November 16, 2008 Share Posted November 16, 2008 *nix server - cron - http://en.wikipedia.org/wiki/Cron windoze server - task scheduler - http://en.wikipedia.org/wiki/Task_Scheduler Quote Link to comment Share on other sites More sharing options...
brownshoe Posted November 16, 2008 Author Share Posted November 16, 2008 Thank you! I think that's just what I needed to point me in the right direction. I'm kind of new to this whole thing, so I'd never heard of "cron" before. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.