Friends
include ($_SERVER['DOCUMENT_ROOT']."/toplist/top.html"); ?>
mysql_connect("localhost", "root", "gfee78yysFG"); //this connects to the SQLserver
mysql_select_db("efunz_com_images"); //this selects the database
$result = mysql_query("UPDATE lsql_Links SET Hits=Hits+1 WHERE ID=2111");
?>