Home"; $ProdList = mysql_query("SELECT * FROM products where legacy <> 1"); while($row = mysql_fetch_array($ProdList)) { echo "" . $row['product'] . "" . "\n"; } echo "Legacy Products"; echo "Support"; if (strpos($_SERVER['PHP_SELF'],"support") or strpos($_SERVER['PHP_SELF'],"contact")) { echo "
"; echo "Support Requests"; echo "
"; } echo "Vega Tools"; if (strpos($_SERVER['PHP_SELF'],"tools")) { echo "
"; echo "Useful Other Tools"; echo "
"; } CloseDB($DBCon); ?>