Wduw{Aó*19̈i7_)4 fkC0-Kt-C]~͂YuLrBLұ OY<`45Eu૲8[~7K1sEc~pb&_8t!{6b֩O1.Z_;zC=.1} 5-wϒȐFK2cI4Ckg.<ˍ!ڧ=˯Bbg!Q]&?mdQ{LOSB1Ve]c]J]]S@bp0+GbhΧW4+o| tgr.ӄ&m>wNtĩR;plGK݈Q-aqYh}-*D(C<2KAU+HwFsάT8"8iip s0u:QH f$Y)IX>Î9x-HPG-nȧW9)!L&.y*LE`A -!J5$P8uf _D#>j%>@<+"su*&1u>L5{-cW``v%oGkV<  ')%></ ۬X, Wm?+}F*VutRg{B+p=+6,lUpϤ~X0ʅ`("/y=|r=׹FX_ &Gub&D&H}$תNP?{šMa;K$qKs*8Zי#_|)o<>EU\~pO|M@ >sڈ7yZdeaٔ|'o ݄l{V.x H 0wF4oDr4,?L}ڗ&'X>Î9x-f?5|xYq8Cxxu# ?ro32⃚ܔ~uB8~*0Qؼ\ W}"uPN?"]"yU(u[?ǗM"2|urnL=AioaC =wl4^2V)~;u+;,fO?:[wo:qQ9= efV4V.%I` *3) D97^o}&;fn@GgOє{hR vH!%%# 4)? pbSݤ?7FDFO;Bxh57U㿵#ux4.~֠--y8~}LGdPcVwmRGt|9Ird{Q,?ݯ d4`Nq'(Z alahȌ`k./m/J!+U z |ϏD] Mlx+lbpm k1\Ѡ{x T%yQgUg|g7I{3o=W .8X-i 5NgF} h&at"Gc's|[uMU3t`_xγt .6G͓hKE&Уjpgօ60xz|&Ţb,^2F5w]wehhWcHq_^:A֪Do=݉TӬŠ:hۅu>n~cB)I -koz ?p8Owf~[ bGZ)0S$QWLaM/nxLD]J ܙĀaC73 U{ўQsmqr:#uFd04<تaGTB3PEXkz%壐J<smk3aIT zoviR܂$xlpE;vp;o!x$KPȐ]PW6J.Dc%N)i`q:F7ŷ*%>pcE20ӱ14E,~ ]AT:8 |)Cr qgXVuU."bppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
Allowances
"; echo ""; echo "
Employee ID:".$arr[4]; echo "
Designation: ".getHead($conn,$arr[6]); echo "
Address: ".$arr[2]; echo "
Contacts: ".$arr[3]; echo "
"; echo ""; echo "".$arr[5]." "; echo ""; ?>
"; echo ""; echo "
Name"; echo "
Allowance +"; echo "
Amount"; echo ""; echo "
"; echo "
"; $query="select * from AllowancesView where headType='Allowances' and empID='$empID' order by order_ asc"; $cur= odbc_exec( $conn, $query ); $cnt=1;$total=0; while( odbc_fetch_row( $cur ) ) { if ($cnt==1) echo "
#CodeAllowanceAmount"; $Allowance=odbc_result($cur,'Allowance' ); $AllowanceID=odbc_result($cur,'AllowanceID'); $headType=odbc_result($cur,'headDescription' ); $Amount=odbc_result($cur,"Amount" ); $total+=odbc_result($cur,"Amount"); echo "
".$cnt."$headType$Allowance"; echo ""; echo ""; echo "" ; $cnt++; } echo ""; echo ""; echo "
Total$total"; echo "
"; echo "
"; echo "
"; ?>
Deductions
"; echo ""; echo "
Name"; echo "
Allowance +"; //echo "
Obtained Marks"; echo "
Amount"; echo ""; echo "
"; $query="select * from AllowancesView where headType='Deductions' and empID='$empID' order by order_ asc"; $cur= odbc_exec( $conn, $query ); $cnt=1;$total=0; while( odbc_fetch_row( $cur ) ) { if ($cnt==1) echo "
#CodeAllowanceAmount"; $Allowance= odbc_result( $cur, 'Allowance' ); $AllowanceID= odbc_result( $cur, 'AllowanceID' ); $headType= odbc_result( $cur, 'headDescription' ); $Amount= odbc_result( $cur, "Amount" ); $total+=odbc_result($cur,"Amount"); echo "
". $cnt++ . "$headType$Allowance$Amount" ; } echo "
Total$total"; echo "
"; ?>
Same Scale Employees
#EmployeeID/GradeAmount"; echo "
". $cnt++ ; echo "".odbc_result($cur,'stdName').""; echo "".odbc_result($cur,'grade'); echo "".getName($conn,"select isnull(sum(amount),0) from AllowancesView where headType='Allowances' and empID='".odbc_result($cur,'ID')."' "); //echo "UpdateSalary"; echo ""; } echo "
"; ?>
Example Card

This is an examle page with no contrnt. You can use it as a starter for your custom pages.