$connection=mysql_connect("localhost","dsasoft","foxware") or die("couldn't connect to host");
mysql_select_db("dsasoft_com",$connection);
?>
$sql="select * from events";
$sql_result=mysql_query($sql,$connection) or die("couldn't execute query");
?>
$PageTitle = "DSA - Software : News & Events";
$PageKeywords = "Warehouse Management Software News & Events";
$PageDescription = "Drawing from more than 75 years of experience in the warehousing industry, and with over 14 years in the software business, DSA - Software is uniquely situated to create Warehouse Management Software.";
$PageGraphic = "header_corporate.jpg";
$PageHeader = "Corporate Profile > News & Events";
$PageLayout = "narrow";
$InPgInclude = "corporate_nav.php"
?>