Finding Google PageRank using php - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: PHP The Hypertext Preprocessor (https://www.supportforums.net/forumdisplay.php?fid=21) +---- Thread: Finding Google PageRank using php (/showthread.php?tid=1381) |
Finding Google PageRank using php - immi - 10-13-2009 Hello SF The following script can be used to find the PageRank of a website using PHP. Just copy & paste the below code in a php file and execute it from your browser. PHP Code: <html> Thankyou for reading Enjoy RE: Finding Google PageRank using php - Spl3en - 10-13-2009 This script is famous Thanks for sharing RE: Finding Google PageRank using php - immi - 10-14-2009 (10-13-2009, 05:48 PM)Spl3en Wrote: This script is famous Yours welcome ;) RE: Finding Google PageRank using php - tartou2 - 10-14-2009 hey man Do you know any good php ebbok i can use it to learn php webprogramming? RE: Finding Google PageRank using php - Gaijin - 10-14-2009 (10-14-2009, 07:39 AM)tartou2 Wrote: hey man I know you didn't asked me, but..... To learn PHP you don't really need an ebook. All you need to learn is the construction of/and syntax. After you know how to create/declare variables, do conditional checks, running loops, it's all about reading and writing codes using the functions you need. The best place to start learning php is http://www.php.net/docs RE: Finding Google PageRank using php - Spl3en - 10-14-2009 Quote:The best place to start learning php isQFT, the website contains really everything. Furthermore, php functions are really well documented. Don't hesitate to post your beginner's script, i guess that a lot of members would be glad to help you. RE: Finding Google PageRank using php - TimK - 10-14-2009 http://www.phpfreecode.com/finding_google_pagerank.htm Give credit to the original author, I know I hate seeing my stuff get posted without credit. Nice find though, pretty solid script in my opinion. RE: Finding Google PageRank using php - h1r0n - 10-16-2009 (10-14-2009, 08:31 AM)TimK Wrote: http://www.phpfreecode.com/finding_google_pagerank.htm For me its SSM.... IDGAF about the user... RE: Finding Google PageRank using php - immi - 10-16-2009 (10-14-2009, 08:31 AM)TimK Wrote: http://www.phpfreecode.com/finding_google_pagerank.htm Ah. Thankx for pointing me out, Indeed it was mistakenly left ... Thanks for the original author. |