I hope this is the right place. If not, please direct me elsewhere.
If you should be interested in programming one little PHP-page for me, plz PM me and tell me what would be an acceptable donation for this.
I need you to:
Pull the BUY and SELL prices of the EURBTC from here
https://mtgox.com/api/1/BTCEUR/public/ticker.
Provide me with an easy way / example to put the resulting number in a HTML text, rounded up/down to the 2nd decimal.
Provide me with a simple explanation on how to manipulate these numbers (ie
10/(BUY*0,95)) within the HTML.
Take a BTC adress I may specify (eg 1FnBjFWrg2rtPq1shkVXoj9odf4n3SNJCU) and subtract "Sent BTC" from "Received BTC" from
the blockexplorer output and put the difference in a variable.
This all needs to be in ONE php file so I can easily move it, enhance it, crop it, drop, turn it, pass it!
You can see I don't know jackshit about PHP.
The thing should always load the current data from the MTGOX API
on load, I'll take care of the cronjob / F5ing.
I think for someone that is proficient in PHP this should take less than 15 minutes or so. But then again - what do I know, right?
Thanks anyways!
Dennis