Welcome Guest, Not a member yet? Register   Sign In
Cron on GoDaddy
#2

[eluser]xzela[/eluser]
Do you actually have access to the crontab with your GoDaddy Account?

If so, you can make that cron.php file as a bash script.
Simply add #!/bin/bash to the top of the cron.php file like so:
Code:
#!/bin/bash
<?php
....

Then add a job to your crontab which executes the file:
Code:
/path/to/php5 -q /path/to/cron.php
// the path to php5 should be: /usr/bin/php5,


Messages In This Thread
Cron on GoDaddy - by El Forum - 07-29-2010, 09:10 PM
Cron on GoDaddy - by El Forum - 07-30-2010, 04:50 PM
Cron on GoDaddy - by El Forum - 09-11-2010, 01:54 PM
Cron on GoDaddy - by El Forum - 09-12-2010, 07:13 PM
Cron on GoDaddy - by El Forum - 09-12-2010, 09:38 PM



Theme © iAndrew 2016 - Forum software by © MyBB