I want a PhP script that can be run by a cron job on cpanel. That will grab the results on an exchange rate from here;
http://www.google.com/ig/calculator?hl=en&q=1GBP=?USD
And send it to one email address of my choice with a subject line of the exchange rate (e.g. 1.4444 USD to GBP) and a clickable link within the body of the email so I can check again.
I will also need to code to put into the cron job in cPanel so that I can run this every day/week or month.
Thank you.