Function update.?

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

Post Reply
Mobic
Forum Newbie
Posts: 5
Joined: Wed Feb 12, 2003 3:03 am

Function update.?

Post by Mobic »

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..
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Are you using Windows or *nix?

Mac
User avatar
daven
Forum Contributor
Posts: 332
Joined: Tue Dec 17, 2002 1:29 pm
Location: Gaithersburg, MD
Contact:

Post by daven »

if you are using *nix, try setting up a cron job. For windows...ummm....any people know how to schedule tasks in windows?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

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 »

I'll try that..
Thanx :D
Post Reply