Display a free PageRank image on your Web site using the code below. Find a PageRank image you
like, and copy the code to your Web site. Now your Google PR rating is displayed on every page
with this code!
Top Referers :: Lista Completa
include "mysql_connect.php";
//apriamo la tabella
$result = mysql_query("SELECT COUNT(hits) FROM referers ") or die (mysql_error());
$count = mysql_result($result,0);
if ($count == 0)
echo "Asnje ";
else
echo $count;
?>