//ob_start();
session_start();
// include('/etc/ktkint_auth/authmain_intranet.inc');
include('auth_inc.php');
include('header_karnataka.php');
?>
report
$pssa = $_POST["ssa"];
// echo $pssacode;
$myquery="select * from karnataka.csc where ssa='$pssa' ";
$myrs=mysql_query($myquery,$mycon);
//echo $myquery; ?>
SSA |
CSC Name |
Address |
$pslno=0;
while($row=mysql_fetch_array($myrs)){
$pslno++;
?>
|
|
|
} ?>