Search results

  1. T

    Cron Job Saving In Wrong Place

    When I run my PHP script rugby_update it places the file in the same place as the script 'public_html' but when the cronjob does it, it places the finished .csv in the root. Im not using any directories, Im just using the php with file put contents
  2. T

    Cron Job STILL Not Running

    OK, I've changed those lines and going to see what it's going to do on the hour. But what's with the creating it in the wrong directory?
  3. T

    Cron Job STILL Not Running

    I used the exact instruction in here: http://x10hosting.com/forums/free-hosting/185490-cron-job-not-running.html OK, let me try and explain this better. My PHP code write a line to a .csv file and then uses a for loop to scrap multiple pages for data, each loop it should write a line to the...
  4. T

    Cron Job Not Running

    Hey I got multiple Cron Jobs. When I run the php script, it works perfectly but when the Cron tries to, it doesn't edit the csv it is ment to output to. I've tried many commands the latest fo which is: /usr/local/bin/php /home/toptrump/public_html/weather_update.php But nothing seems to wont...
Top