<?
mysql_connect( "localhost", "dbusername", "dbpassword") or die( "Unable to connect to Server.");
@mysql_select_db( "webpagedata") or die( "Unable to select database");
$lsql="SELECT * FROM Links WHERE LinkID=$link";
$lres=mysql_query($lsql);
$lrow=mysql_fetch_array($lres);
?>