Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Current Bitcoin Price Finder
SUBMITTED BY:
Guest
DATE:
Dec. 19, 2013, 3:46 a.m.
FORMAT:
PHP
SIZE:
315 Bytes
Raw
Download
Tweet
HITS:
1110
Go to comments
Report
BitCoinPrice.php script from vnbitcoin.org
<?php
$bitcoinprice
=
file_get_contents
(
"http://www.vnbitcoin.org/bitcoinprice.php"
);
echo
'$'
.
$bitcoinprice
;
echo
'<noscript><a href="http://www.vnbitcoin.org/freebitcoindata.php">vnbitcoin.org free bitcoin data</a></noscript>'
;
?>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus