View and Print Student List


Printable List

Instruction:
Select the Year you want to view/print or choose option ALL to Print All list.
Click Display Button to View
Click Print Button to Print List
 
Year
 

prepare( "SELECT * FROM students order by regno ASC "); else $res =$DBcon->prepare( "SELECT * FROM students where admyear = '$yr' order by regno ASC "); $res->execute() ; $counter = 0 ; while( $row = $res->FETCH(PDO::FETCH_ASSOC)) { $counter++ ; if($row['avatar'] == 'avatar') $avatar = 'pix.png' ; else $avatar = $row['avatar'] ; echo "" ; echo "" ; echo "" ; echo "" ; echo "" ; echo "" ; echo "" ; echo "" ; } } ?>
SN STUDENT NAME REG NO ADMISSION YEAR GENDER PICTURE
" . $counter . "" . $row['studentname'] . "" . $row['regno'] . "" . $row['admyear'] . "" . $row['gender'] . "" . '' . "


For More Help ? Contact UsClick Here.