Tn Jones Shell Bypass
:
18.224.54.118
:
160.187.54.56 / upgov.net
:
Linux 160-187-54-56.cprapid.com 4.18.0-553.22.1.lve.1.el7h.x86_64 #1 SMP Tue Oct 8 14:36:03 UTC 2024 x86_64
:
/
home
/
upgov
/
www
/
cenreport
/
pages
/
Upload File:
files >> /home/upgov/www/cenreport/pages/summary.php
<?php include("../connection.php"); session_start(); if (!isset($_SESSION['User']) || ($_SESSION['password'] == '')) { header("location:../index.php"); exit(); } if(isset($_SESSION['User'])) { $name=$_SESSION['User']; } $user_query = mysql_query("select * from cen_login where User ='$name'")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $username = $user_row['User']; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>UPSIC Application Form </title> <!-- Bootstrap Core CSS --> <link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- MetisMenu CSS --> <link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet"> <!-- DataTables CSS --> <link href="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet"> <!-- DataTables Responsive CSS --> <link href="../bower_components/datatables-responsive/css/dataTables.responsive.css" rel="stylesheet"> <!-- Custom CSS --> <link href="../dist/css/sb-admin-2.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <script src="js/tableHeadFixer.js"></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="css/style.css" /> <script> $(document).ready(function() { $("#fixTable").tableHeadFixer({"left" :1}); }); </script> <style> #parent { height: 535px; } #fixTable { width: 1700px !important; } </style> <script> function printdiv() { //your print div data //alert(document.getElementById("printpage").innerHTML); var newstr=document.getElementById("printpage").innerHTML; var header='<header><div align="center"><h3 style="color:#EB5005">ONLINE DISTRICT AND POST WISE COUNT </h3></div><br></header><hr><br>' var footer =""; //You can set height width over here var popupWin = window.open('', '_blank', 'width=1100,height=600'); popupWin.document.open(); popupWin.document.write('<html> <body onload="window.print()">'+ newstr + '</html>' + footer); popupWin.document.close(); return false; } </script> </head> <body> <div id="wrapper"> <!-- Navigation --> <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">ADMIN PANEL</a> </div> <!-- /.navbar-header --> <ul class="nav navbar-top-links navbar-right"> <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#"> <i class="fa fa-user fa-fw"></i> <i class="fa fa-caret-down"></i> </a> <ul class="dropdown-menu dropdown-user"> <li><a href="#"><i class="fa fa-user fa-fw"></i> User Profile</a> </li> <li class="divider"></li> <li><a href="logout.php"><i class="fa fa-sign-out fa-fw"></i> Logout</a> </li> </ul> <!-- /.dropdown-user --> </li> <!-- /.dropdown --> </ul> <!-- /.navbar-top-links --> <div class="navbar-default sidebar" role="navigation"> <div class="sidebar-nav navbar-collapse"> <ul class="nav" id="side-menu"> <li> <a href="report.php"><i class="fa fa-dashboard fa-fw"></i> Dashboard</a> </li> <li> <a href="report2.php"><i class="fa fa-table fa-fw"></i>Online Registration</a> </li> <li> <a href="report3.php"><i class="fa fa-table fa-fw"></i>Ofline Registartion</a> </li> <li> <a href="report4.php"><i class="fa fa-table fa-fw"></i>Excel</a> </li> <li> <li> <a href=""><i class="fa fa-files-o fa-fw"></i><span class="fa arrow"></span></a> <!-- /.nav-second-level --> </li> </ul> </div> <!-- /.sidebar-collapse --> </div> <!-- /.navbar-static-side --> </nav> <div id="page-wrapper"> <div class="row"> <div class="col-lg-12"> <h3 class="page-header" align="center">ONLINE DISTRICT AND POST WISE COUNT</h3> </div> <!-- /.col-lg-12 --> </div> <!-- /.row --> <form name="frm_image" method="post"> <a href="#" onclick="printdiv()" style="margin-left:30px;margin-right:30px;"><font size="+1">PRINT</font> </a> <div class="row"> <center> <div class="col-lg-12"> <div id="printpage" style="border:solid 2px black;overflow:scroll;overflow-y:hidden;overflow-x:scroll;"> <table border="1px soild black" width=" 50%" class='table table-striped table-bordered table-hover' style="margin-right:50px;"> <tr > <td style="background-color:#BD4498;color:white"><b><center>District</center></b></td> <td style="background-color:#BD4498;color:white" colspan="3" align='center'><b><center>Name of Post</center></b></td> </tr> <tr> <td></td> <td><b><center>ATM</center></b></td> <td ><b><center>BTM</center></b></td> <td><b><center>CP</center></b></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>AGRA MANDAL </b></center></td></tr> <tr> <td >FIROZABAD</td> <?php $sq=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='FIROZABAD'"); $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='FIROZABAD'"); $data1=mysql_fetch_assoc($sq); $data2=mysql_fetch_assoc($sq1); $d=$data1['Emp_id']; $d2=$data2['Emp_id']; $GT=$d1+$d2; ?> <td><font color="blue"><?php echo $GT;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='FIROZABAD'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='FIROZABAD'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='FIROZABAD'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='FIROZABAD'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td >MAINPURI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='MAINPURI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='MAINPURI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='MAINPURI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='MAINPURI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='MAINPURI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='MAINPURI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>ALLAHABAD MANDAL </b></center></td></tr> <tr> <td>ALLAHABAD</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='ALLAHABAD'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='ALLAHABAD'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='ALLAHABAD'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='ALLAHABAD'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='ALLAHABAD'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='ALLAHABAD'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>FATEHPUR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='FATEHPUR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='FATEHPUR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='FATEHPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='FATEHPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='FATEHPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='FATEHPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>KAUSHAMBI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='KAUSHAMBI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='KAUSHAMBI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='KAUSHAMBI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='KAUSHAMBI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='KAUSHAMBI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='KAUSHAMBI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>PRATAPGARH</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='PRATAPGARH'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='PRATAPGARH'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='PRATAPGARH'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='PRATAPGARH'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='PRATAPGARH'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='PRATAPGARH'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>BASTI MANDAL </b></center></td></tr> <tr> <td>BASTI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='BASTI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='BASTI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='BASTI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='BASTI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='BASTI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='BASTI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>SANT KABIR NAGAR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='SANT KABIR NAGAR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='SANT KABIR NAGAR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='SANT KABIR NAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='SANT KABIR NAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='SANT KABIR NAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='SANT KABIR NAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>SIDDHARTHNAGAR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='SIDDHARTHNAGAR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='SIDDHARTHNAGAR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='SIDDHARTHNAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='SIDDHARTHNAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='SIDDHARTHNAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='SIDDHARTHNAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>GONDA MANDAL </b></center></td></tr> <tr> <td>BAHRAICH</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='BAHRAICH'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='BAHRAICH'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='BAHRAICH'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='BAHRAICH'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='BAHRAICH'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='BAHRAICH'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>BALRAMPUR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='BALRAMPUR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='BALRAMPUR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='BALRAMPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='BALRAMPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='BALRAMPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='BALRAMPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>GONDA</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='GONDA'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='GONDA'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='GONDA'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='GONDA'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='GONDA'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='GONDA'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>SHRAWASTI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='SHRAWASTI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='SHRAWASTI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='SHRAWASTI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='SHRAWASTI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='SHRAWASTI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='SHRAWASTI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>MIRZAPUR MANDAL </b></center></td></tr> <tr> <td>MIRZAPUR </td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='MIRZAPUR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='MIRZAPUR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='MIRZAPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='MIRZAPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='MIRZAPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='MIRZAPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>SANT RAVIDAS NAGAR (BHADOHI)</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='SANT RAVIDAS NAGAR (BHADOHI)'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='SANT RAVIDAS NAGAR (BHADOHI)'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='SANT RAVIDAS NAGAR (BHADOHI)'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='SANT RAVIDAS NAGAR (BHADOHI)'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='SANT RAVIDAS NAGAR (BHADOHI)'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='SANT RAVIDAS NAGAR (BHADOHI)'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>SONBHADRA</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='SONBHADRA'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='SONBHADRA'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='SONBHADRA'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='SONBHADRA'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='SONBHADRA'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='SONBHADRA'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>LUCKNOW MANDAL </b></center></td></tr> <tr> <td>LUCKNOW</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='LUCKNOW'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='LUCKNOW'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='LUCKNOW'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='LUCKNOW'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='LUCKNOW'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='LUCKNOW'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>HARDOI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='HARDOI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='HARDOI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='HARDOI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='HARDOI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='HARDOI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='HARDOI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>RAEBARELI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='RAEBARELI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='RAEBARELI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='RAEBARELI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='RAEBARELI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='RAEBARELI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='RAEBARELI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>LAKHIMPUR KHERI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='LAKHIMPUR KHERI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='LAKHIMPUR KHERI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='LAKHIMPUR KHERI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='LAKHIMPUR KHERI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='LAKHIMPUR KHERI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='LAKHIMPUR KHERI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>SITAPUR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='SITAPUR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='SITAPUR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='SITAPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='SITAPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='SITAPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='SITAPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>UNNAO</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='UNNAO'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='UNNAO'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='UNNAO'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='UNNAO'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='UNNAO'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='UNNAO'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>GORAKHPUR MANDAL </b></center></td></tr> <tr> <td>DEORIA</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='DEORIA'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='DEORIA'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='DEORIA'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='DEORIA'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='DEORIA'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='DEORIA'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>GORAKHPUR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='GORAKHPUR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='GORAKHPUR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='GORAKHPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='GORAKHPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='GORAKHPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='GORAKHPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>KUSHINAGAR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='KUSHINAGAR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='KUSHINAGAR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='KUSHINAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='KUSHINAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='KUSHINAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='KUSHINAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>MAHARAJGANJ</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='MAHARAJGANJ'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='MAHARAJGANJ'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='MAHARAJGANJ'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='MAHARAJGANJ'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='MAHARAJGANJ'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='MAHARAJGANJ'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>MEERUT MANDAL </b></center></td></tr> <tr> <td>HAPUR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='HAPUR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='HAPUR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='HAPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='HAPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='HAPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='HAPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>BAGHPAT</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='BAGHPAT'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='BAGHPAT'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='BAGHPAT'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='BAGHPAT'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='BAGHPAT'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='BAGHPAT'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>BULANDSHAHR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='BULANDSHAHR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='BULANDSHAHR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='BULANDSHAHR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='BULANDSHAHR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='BULANDSHAHR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='BULANDSHAHR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>GHAZIABAD</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='GHAZIABAD'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='GHAZIABAD'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='GHAZIABAD'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='GHAZIABAD'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='GHAZIABAD'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='GHAZIABAD'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>GAUTAM BUDDHA NAGAR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='GAUTAM BUDDHA NAGAR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='GAUTAM BUDDHA NAGAR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='GAUTAM BUDDHA NAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='GAUTAM BUDDHA NAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='GAUTAM BUDDHA NAGAR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='GAUTAM BUDDHA NAGAR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>MEERUT</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='MEERUT'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='MEERUT'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='MEERUT'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='MEERUT'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='MEERUT'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='MEERUT'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>VARANASI MANDAL </b></center></td></tr> <tr> <td>AMETHI (CSM NAGAR)</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='AMETHI (CSM NAGAR)'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='AMETHI (CSM NAGAR)'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='AMETHI (CSM NAGAR)'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='AMETHI (CSM NAGAR)'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='AMETHI (CSM NAGAR)'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='AMETHI (CSM NAGAR)'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>CHANDAULI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='CHANDAULI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='CHANDAULI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='CHANDAULI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='CHANDAULI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='CHANDAULI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='CHANDAULI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>JAUNPUR</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='JAUNPUR'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='JAUNPUR'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='JAUNPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='JAUNPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='JAUNPUR'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='JAUNPUR'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr> <td>VARANASI</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER' and District='VARANASI'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC' and District='VARANASI'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER' and District='VARANASI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC' and District='VARANASI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER' and District='VARANASI'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC' and District='VARANASI'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> <tr><td colspan="5" style='background-color:#C6F2B1;'><center><b>TOTAL </b></center></td></tr> <tr> <td>TOTAL</td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER'"); $sq122=mysql_query("select count(*) as Emp_id from cent_table1 where Post='ASSISTANT TECHNOLOGY MANAGER - SC'"); $data2=mysql_fetch_assoc($sq1); $data22=mysql_fetch_assoc($sq122); $data0=$data2['Emp_id']; $data1=$data22['Emp_id']; $data3=$data0+$data1; ?> <td><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='BLOCK TECHNOLOGY MANAGER - SC'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td ><font color="blue"><?php echo $data3;?></font></td> <?php $sq1=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER'"); $sq13=mysql_query("select count(*) as Emp_id from cent_table1 where Post='COMPUTER PROGRAMMER - SC'"); $data2=mysql_fetch_assoc($sq1); $data0=mysql_fetch_assoc($sq13); $data12=$data2['Emp_id']; $data13=$data0['Emp_id']; $data3=$data12+$data13; ?> <td><font color="blue"><?php echo $data3;?></font></td> </tr> </table> </div> </center> </form> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-12 --> <!-- jQuery --> <script src="../bower_components/jquery/dist/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Metis Menu Plugin JavaScript --> <script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script> <!-- DataTables JavaScript --> <script src="../bower_components/datatables/media/js/jquery.dataTables.min.js"></script> <script src="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js"></script> <!-- Custom Theme JavaScript --> <script src="../dist/js/sb-admin-2.js"></script> <!-- Page-Level Demo Scripts - Tables - Use for reference --> <script> $(document).ready(function() { $('#dataTables-example').DataTable({ responsive: true }); }); </script> </body> </html>