I'm a real newbie, and would appreciate any help.

I've contacted our hosts, and they can set the cronjob up for me. I've got the file currency_update.php uploaded to the following folder /var/www/html/includes/ and have given these details to the host, and asked for it to be run once a day. Is this folder a goodplace toput the file?

They also wanted the name of the script, what should I give them?

Regrading the file - currency_update.php, I do not understand fully from the instructions what changes I need to do to this file.

The instructions say:

"Edit line 13 to define the path from the lcoation where you plan to put the file, to root directory for your store."

Line 13 is:

Code:
// and is normally the only line that you will need to edit
I presumbe it is line 14 that I need to change which is:

Code:
$location = './'; // location of zen-cart intall
but what do I need to change exactly?