Unable to connect to the database server

"); exit(); } // Select the database if (! @mysql_select_db($database) ) { echo( "

Unable to locate links database

"); exit(); } //Build link category index $result = mysql_query( "SELECT * FROM presslinks WHERE linkactive = 'yes' ORDER BY linknbr DESC"); ?>
Unable to connect to the database server

"); exit(); } // Select the database if (! @mysql_select_db($database) ) { echo( "

Unable to locate links database

"); exit(); } //Build link category index $result = mysql_query( "SELECT * FROM presslinks WHERE linknbr=" . $_GET['itemNbr'] . " and linkactive = 'yes'"); if ($result) while ($row = mysql_fetch_array($result) ) { $item = $row["link"]; include($row["link"]); } else echo "Requested article could not be found, sorry for the inconvenience."; } else echo "
Requested article not found, please select from list at left"; ?>