I have a script that I run every minute via a cron job.
Code: Select all
curl http://www.mydomain.com/user1/performtask.php
curl http://www.mydomain.com/user2/performtask.php
etcWhen I run the cron job it says that it needs username password and causes an error. How do I add the username/password tags to the end of the cron job?
Any advice will be appreciated.
Thanks in advance
Nikhil