Joey wrote:
> Does anyone have a link to source code for a pagerank script?
> 
> I want to provide this to users.

Here's one:

$res = mysql_query('SELECT * FROM pages ORDER BY rank');


You should probably be a little more specific! Do you mean a script that
can access Google's webservices to find out the pagerank for a given URL?

Col


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to