Forum Moderators: coopster

Message Too Old, No Replies

[Request] CronJob Example

cronjob,example,howto

         

Eray

4:09 pm on Dec 28, 2010 (gmt 0)

10+ Year Member



Hello,
I have a problem. Can you give me an example cronjob file? I want to send an email every 30 minutes. There is a form at my Control Panel. I fill it, but i don't know how can i fill COMMAND. Here is form :
[m.friendfeed-media.com ]

And i don't know, how should i set my php file for cronjob. Thank you ;)

Readie

10:37 pm on Dec 28, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A cron file needs to be setup as if you were running "php path/to/file.php" via SSH.

It's essentially just a PHP file with no references to user input or the pre-configured superglobals and constants you enjoy when making scripts for the browser.