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!
Moderator: General Moderators
Mobic
Forum Newbie
Posts: 5 Joined: Wed Feb 12, 2003 3:03 am
Post
by Mobic » Wed Feb 12, 2003 3:03 am
I want to make some data for all my users to be deducted with 10 once an hour..
Is it possible, and how is it done?
Uses mysql..
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Wed Feb 12, 2003 3:53 am
Are you using Windows or *nix?
Mac
daven
Forum Contributor
Posts: 332 Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:
Post
by daven » Wed Feb 12, 2003 11:59 am
if you are using *nix, try setting up a cron job. For windows...ummm....any people know how to schedule tasks in windows?
twigletmac
Her Royal Site Adminness
Posts: 5371 Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK
Post
by twigletmac » Thu Feb 13, 2003 2:10 am
daven wrote: any people know how to schedule tasks in windows?
Task Scheduler?
Mac
Mobic
Forum Newbie
Posts: 5 Joined: Wed Feb 12, 2003 3:03 am
Post
by Mobic » Thu Feb 13, 2003 5:02 am
I'll try that..
Thanx