Page ranking

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
ershweta.cs
Forum Newbie
Posts: 1
Joined: Sat Mar 02, 2013 3:17 am

Page ranking

Post by ershweta.cs »

Hi Friends...
I have to implement a page ranking algorithm. Kindly send me a code of web crawler in php
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Page ranking

Post by requinix »

Nobody is going to give you code. Let's get that straight now.

The topic of web crawlers comes up often. Have you done any searching yourself to see what's available? How much do you know about spidering? For that matter, how the Internet works?

And most importantly, do you have any idea of the complexity of what you're trying to get into? Page ranking is the #2 thing Google does and they've only gotten where they are through many years of work by many well-educated people.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Page ranking

Post by Christopher »

(#10850)
Post Reply