Link to home
Start Free TrialLog in
Avatar of hillelben
hillelben

asked on

drupal cron jobs

if you want to make your own cron job in drupal how would you do this? say you want it to run 2 times per day
SOLUTION
Avatar of tahussle
tahussle

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of hillelben
hillelben

ASKER

thats just for setting up the the servers cron to run drupals cron.php

i want to make my own cron job that will run when drupals cron runs
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
also there's hook_cron for modules http://api.drupal.org/api/function/hook_cron/6