(01-31-2015, 03:34 AM)TGates Wrote: If arguments need to be passed that do NOT change, simply make a small php file with an include statement like below and call this new cron file instead.
Example new_cron.php:
PHP Code:<?php
include('path/filename.php?foo=xxx&bar=xxx');
?>
where shud i update this ? can u please guide me thru since i m starter in linux ...