Is it possible to run cron jobs in this format
*/5*** php http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php?Autorun_Pin=XXXXX
Or can I use Lynx like this.
*/5 13-23 * * Sun lynx -dump http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php?Autorun_Pin=xxxx
The problem is that it don't let me add arguments.
I use
*/5*** php http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php
and it complains about my autorun_pin not being there but when I add it like this
*/5*** php http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php?Autorun_Pin=XXXXX
I get file not found.
Thank You
Bob
*/5*** php http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php?Autorun_Pin=XXXXX
Or can I use Lynx like this.
*/5 13-23 * * Sun lynx -dump http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php?Autorun_Pin=xxxx
The problem is that it don't let me add arguments.
I use
*/5*** php http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php
and it complains about my autorun_pin not being there but when I add it like this
*/5*** php http://endzoneffl.x10hosting.com/phpffl/program_files/autorun/myffl/schedules.php?Autorun_Pin=XXXXX
I get file not found.
Thank You
Bob