View Students Registrations
View Student Data
| SN |
NAME |
REGNO |
BIO DATA |
PARENT DATA |
PRINT |
prepare("select * from students") ;
$getd->execute() ;
$counter = 0 ;
while($rows = $getd->fetch(pdo::FETCH_ASSOC))
{
$counter++ ;
?>
|
|
|
Biodata |
Parent Data |
Print Data |
| |
|
|
|
|
|
| |
|
|
|
|
|