Execute phpcode/script in set intervals
Moderator: General Moderators
-
MasterKalas
- Forum Newbie
- Posts: 5
- Joined: Sat Jun 04, 2005 4:31 am
Execute phpcode/script in set intervals
Is there a built in function in php that allows me to set an interval in which a php-codesegment or script will execute/run?
Re: Execute phpcode/script in set intervals
Not really. You'd need to run a cronjob.MasterKalas wrote:Is there a built in function in php that allows me to set an interval in which a php-codesegment or script will execute/run?
-
Bennettman
- Forum Contributor
- Posts: 130
- Joined: Sat Jun 15, 2002 3:58 pm
-
MasterKalas
- Forum Newbie
- Posts: 5
- Joined: Sat Jun 04, 2005 4:31 am
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
MasterKalas
- Forum Newbie
- Posts: 5
- Joined: Sat Jun 04, 2005 4:31 am
-
Bennettman
- Forum Contributor
- Posts: 130
- Joined: Sat Jun 15, 2002 3:58 pm
Okay, if you have hosting from a provider, they'll typically give you access to a control panel of some sort (for cPanel, it's usually accessed from http://www.yourdomain.com/cpanel/), showing how much space you've used, statistics, access to phpMyAdmin, file manager, email address etc. They usually mention it in the welcoming email. That control panel sometimes has the cron options as well.
-
MasterKalas
- Forum Newbie
- Posts: 5
- Joined: Sat Jun 04, 2005 4:31 am