Created
May 2, 2013 05:29
-
-
Save caffeinewriter/5500311 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?PHP | |
$url = "http://abitcoinsite.com/"; //Site Url | |
$metatags = get_meta_tags($url); //Get ALL the tags | |
$btcaddr = $metatags['bitcoin']; //Get just the Bitcoin tag | |
echo $btcaddr; //Echo it out. Boom. | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment