GoodMan
2008-01-01 08:07:39 UTC
Hello and happy new year to everyone.
I was trying to run a simple cron job on my a certain php script I
have, it runs smoothly.
* * * * * .......... /import.php
But I want to add a "?", "&", "=" and I don't know what other
arguments, the script is done to accept some overrides like so:
* * * * * .......... /import.php?module=import_do_import&override=12
But the cron job like this is not ran at all, and no report whatsoever
is even sent to my mailbox.
Can someone point me towards a solution. Thanks is advance.
I was trying to run a simple cron job on my a certain php script I
have, it runs smoothly.
* * * * * .......... /import.php
But I want to add a "?", "&", "=" and I don't know what other
arguments, the script is done to accept some overrides like so:
* * * * * .......... /import.php?module=import_do_import&override=12
But the cron job like this is not ran at all, and no report whatsoever
is even sent to my mailbox.
Can someone point me towards a solution. Thanks is advance.