I have a script in my cgi bin. Of course, in order to get into the admin panel of the script I have to use a User:Pass combo. Once in admin, I can follow a few links to 'update' the script database. I need to setup a chron that will do this daily, so I don't have to do it.
I have tried to put the url to this link (update button) in the browser, with the admin pass combo, and it works! How can I add this directive to chron so the chron will do this function for me daily?
This is what worked in the browser...
http://admin:[email protected]...=BuildMainPage
Please help
~Slim~