Recent content by joelsamthomas

  1. J

    Cronjob for PHP

    Hi All, Currently I have a cron job which will run 4 times in a day 15 */4 * * * unb /opt/unb/bin/execute_attendance> /dev/null 2>&1 My new requirement is , I need to run this PHP program two times in a month and also I need to pass a new parameter along with PHP program. 30 1 1,15 * * unb...
Back
Top