Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Chart example PHP
SUBMITTED BY:
Guest
DATE:
June 2, 2013, 2:30 a.m.
FORMAT:
PHP
SIZE:
296 Bytes
Raw
Download
Tweet
HITS:
37067
Go to comments
Report
<?php
echo
file_get_contents
(
"http://bitcoincharts.com/charts/chart.json?m=mtgoxUSD&SubmitButton=Draw&r=60&i=&c=1&s="
.
date
(
'Y-m-d'
,
(
time
()
-
(
7
*
24
*
60
*
60
)))
.
"&e="
.
date
(
"Y-m-d"
)
.
"&Prev=&Next=&t=C&b=&a1=&m1=10&a2=&m2=25&x=0&i1=&i2=&i3=&i4=&v=0&cv=0&ps=0&l=0&p=0&"
);
?>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus