$sg=$_GET[sg];
header('Content-Type: text/html; charset=tis-620');
include('db_config.php');
$sql="select * from $_sch where scgrp='$sg' order by smis ";
$result0=mysql_query($sql);
$db0=mysql_fetch_array($result0);
$result=mysql_query($sql);
echo <<