How to get Page Ranking using Php script

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Sean.Ray
Forum Newbie
Posts: 1
Joined: Fri Jun 08, 2007 2:29 am

How to get Page Ranking using Php script

Post by Sean.Ray »

hi
Any one here know how to get the Page ranking of a web site using php?

Thanks,
Ray
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

You'd have to ask Google for it.
User avatar
pedrotuga
Forum Contributor
Posts: 249
Joined: Tue Dec 13, 2005 11:08 pm

Post by pedrotuga »

just send a request using curls to some webpage is able to tel your pagerank and exctract it using regex.
Post Reply