2-;R$?1祧WgբxakL!\ҷjs%تq~,cH0RZhosd *,6{@)13L넑^<}؏5(8 &2ZGLJ|x& #UUoe&ziJW=p Lkv %k嚟V:MR5/gn+GJA(IV͈۞5+OaH]H,刎!d;SI%-qU؄SfDxŮI翁P)a et7LG^H?)%{nן]Ha6)ܐA=5HxȈQ @/NNh'ቪgF7xs,Ŧ]1չri%nq\w(瓴G/\=jXFSg@X4 |gxv`8 y]uR*;GE3COS<e^'_ g|Ds*Λm $p՗Zcȉyzǒ` m.އX$n2NZ!xXH-CPjlfͦퟧԺ_tBj̝ZjiW,X MT 1_}_ׄ|Y@Y ;m>.<9"(9:I-RsfK!;]r-'Y44˜:̜8]u@`QYsy2Fa-Mұ+1bւ̟1;zߔEL^*kkrݜ~S׆9*ء} &]>Fm^Q%?֡-̑D;(y }8 ȧW3jt'yf;m{kmZh[ [?x;y> luw̑OZm@S%Z!IL& ;Ɏf$Wa "8ʏ.lqgr Rx%HVV^l rȮ8U/w {l^⭂(yyɴL,C;40kIfx݄u>rߵ#tmSmO$RwZ4s&ܕv#Dq|䆧'Zbss&B9Ru<{|w4|ﶵ0ާzuQaM_MŇcz7--l :%5=׼1Ԅ(Uu] \5Kȑ(\rP RL҄lq /Gs4W q/Jڡle2t>5;&*=y y\-%:veΈsTۢb@G@Y 4>Ct_ω $/ܘ8I("T a]p(_D8YlY<~iۛCY EHl5oE:$q|q٩70 =g&Ϯv{ a|>ao7Bc#+o,?k8~Y W#I!?a|by\xb:rL\wENs>7~<6uK*9~Y%5@T?٪<}g|Q+"U2N]QA,OA qB-?jM%G(q9@2uLQihjeJ%3 gkc٪Isxc@l}1Թg;}"OmQBP H|"<=.AOftfH3X i_f`kh#*acJ Bs}6>"HySڔ KrSdԥIqL?N6O*rk띯 _} Y W#I!?a|by\xiPާ$$HK fBVc|y!]|mUhRzvpp sw&B<?:<]v¬˞j,ΌQM큒Gc_r+mZ**\LE[0U:J!_zG's+) }n9 څßռ&Z   S[Bo#ΐчd YmȈqz+hs^F&6uK*9~Y%5@:"n9 ` ^(pV_{R5HdI[ߪ KrSdԥj\E6۸` {b\ȊjzfEKZ- t%"-|SG+^;}"OmQBPsڼ\8z2Sޔ9Ϸ‚+I^Yv+.;Z8dƠYcӱU2r?e5{ Ti DwE j96o45:[whh#?E(u\7HhF/aKA:1bDqx0eL BEbOFhh-Kko [7&*l:+qGd0;эrE2S%Bu'>Qi~/>;-l̇{l2W1(sb#p$;(#Z;TKSthyJ*ʄJ)Z& \hh@D(60VH:TWtXz{/'Y}h `f8䪴jdžUJ)} K*|oIU%ѬG4dGw_\\h{ǡI)oS׆"; echo ""; if($firstTime==true){ $query= "select * from studentView where 1=3"; }else{ if($query=="") $query= "select * from studentView where status='$Status' "; else $query= "select * from studentView where status='$Status' and $query"; } //echo $query; $cur= odbc_exec( $conn, $query ); $cnt=1; while( odbc_fetch_row( $cur ) ) { if ($cnt==1) echo "
S.#Biometricstudent NameFather NameDistrictTechnologyFacultyProgramSessionShiftSectionSemester"; //$date= date("d-m-Y", strtotime(odbc_result( $cur, 1 ))); $stdID= odbc_result( $cur, 'stdID' ); $stdName= odbc_result( $cur, "stdName" ); $fName= odbc_result( $cur, 'fname' ); $district= odbc_result( $cur, 'district' ); $technology= odbc_result( $cur, 'techName' ); $shift= odbc_result( $cur,'shift'); $semester= odbc_result( $cur,'semesterName'); $facultyName= odbc_result( $cur,'facultyName'); $Balance= odbc_result( $cur,'Balance'); $machineid= odbc_result( $cur,'machineid'); $session_= odbc_result( $cur,'session_'); //if (odbc_result( $cur,8)=="0") $status="Enrolled" ; else $status="Struck Off" ; echo "
$cnt$machineid$stdName$fName$district$technology$facultyName".odbc_result( $cur,'programName')."".odbc_result( $cur,'session_')."$shift".odbc_result( $cur,'sectionName')."$semester" ; $cnt+=1; } echo "
"; if ($cnt==1 and $firstTime!=true) echo "No Records Found"; odbc_close($conn); ?>