In this Tutorial, We are going to show you How to Get Alexa rank for you website or blog.
After searching or making changes into the coding. we created a function that will display you exact rank of you website.
We had tried so many codes of Alexa those return rank of website but not exactly works fine for you and return always 0. So Due to this reason we had to make new script for getting Alexa rank.
Just copy this code and paste it into your PHP file.
Note: - If you use this code into your localhost server then it will also works fine and get back you the exact ran for your website.
You can also send your query too.
Thanks,
After searching or making changes into the coding. we created a function that will display you exact rank of you website.
We had tried so many codes of Alexa those return rank of website but not exactly works fine for you and return always 0. So Due to this reason we had to make new script for getting Alexa rank.
Just copy this code and paste it into your PHP file.
Note: - If you use this code into your localhost server then it will also works fine and get back you the exact ran for your website.
', $str1[1]));
$str1 = explode('"', $str1);
return $str1[3];
}
echo "Your Alexa Ranking is: " . alexa_Rank("http://www.yahoo.com");
?>
If this works for you also then just feel free and give comment below or send your feed back from contact form.You can also send your query too.
Thanks,
0 comments:
Post a Comment