Division wise
Method wise Inconsistant Data
Method wise Inconsistant Data
Select
$Div_Code = @$_POST["Div_Code"];?>
Division
Rajshahi
Khulna
Barisal
Dhaka
Chittagong
Sylhet
Rangpur
Select
$method = @$_POST["method"];?>
Method
Oral Pill
Condom
Injectable
IUD
Implant
Select
Month
January
February
March
April
May
June
July
August
September
October
November
December
Select
Year
2012
2013
2014
2015
For The Month of : echo $VDate; ?>, echo $y; ?>
Method : echo $method_name; ?>
Division : echo $D_Name ;?>
Previous month
Current Month
Name of District
Name of Thana
Total
No Method
Switch Over
Calculate Old
Reporting Old
Difference
$i=0; while ($i<$num){ $Dist_name=mysql_result($result,$i,"a.Dist_Name"); $thana_name=mysql_result($result,$i,"b.thana_name"); $U_old=mysql_result($result,$i,"c.U_old"); $U_drop=mysql_result($result,$i,"c.U_drop"); $U_switch=mysql_result($result,$i,"c.U_switch"); $A_User=mysql_result($result,$i,"A_User"); $P_User=mysql_result($result,$i,"P_user"); $Inconsis=$A_User-$U_old; ?>
echo $Dist_name;?>
echo $thana_name;?>
echo $P_User;?>
echo $U_drop;?>
echo $U_switch;?>
echo $A_User;?>
echo $U_old;?>
echo $Inconsis;?>
++$i; } ?>