ASA Action Center
Click on the name of any of these Action Center items to GET INVOLVED!"; $query = "select actionName, actionDesc, actionURL from action_center where actionActive=1"; $result=mysql_query($query,$mysql_link) or die ("MySQL Invalid query: " . mysql_error()); $contents.=""; while (list($actionName,$actionDesc,$actionURL)=mysql_fetch_row($result)) { $contents.=""; } $contents.="
Action Name Action Description
$actionName$actionDesc
"; $header="ASA Action Center"; MainBodyTable($header, $contents, $MainHeader, $MainBodyBg); ?>