Site Ranking in Search Engine - code

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
wqr786
Forum Newbie
Posts: 13
Joined: Fri Sep 08, 2006 2:47 am

Site Ranking in Search Engine - code

Post by wqr786 »

I recently got a project which I could not complete. I needed to submit a keyword and a domain/url and get the site/page ranking from google,yahoo and msn search engines.

I tried to search on the net, could not find useful material. i found tools, but no php coding that could help, nor i could understand how to code for such a thing. if anyone has done such work previously, i would appreciate it if he could share the tips of coding with me.

for reference, you could look at http://www.mikes-marketing-tools.com/ranking-reports/
User avatar
Ambush Commander
DevNet Master
Posts: 3698
Joined: Mon Oct 25, 2004 9:29 pm
Location: New Jersey, US

Post by Ambush Commander »

Do you mean the number the site is listed in the rankings or actual PageRank (for Google, of course)?

Either way, I assume you'd be using http://us2.php.net/manual/en/ref.curl.php, but watch out: you're probably violating their ToS's.
Post Reply