session_start(); session_unregister("SESSION"); header('Content-Type: text/html; charset=tis-620'); echo ""; include('db_config.php'); $sql="SELECT * FROM $_act group by kp_grp"; $result=mysql_query($sql); echo "
"; ?>