Tag: tutorial

  • Cron and crontab tutorial and examples

    Cron Example

    0 8 * * * php /home/yoursitename/public_html/admin/froogle_us.php

    This example uses ‘php’ to run the osCommerce google base feed aggregator ‘froogle_us.php’, located in the ‘/home/yoursitename/public_html/admin/’ absolute directory, every day at 8am.

    0 8 * * * translastes as 0 (minutes) 8 (hour) * (every day) * (every month) * (every weekday)