'0' then 'Fee Paid' else 'Not Paid' end) as Status FROM student s
inner join candsum c on s.fdegree= c.fdegree and s.fregno =c.fregno
and s.fcollcode = c.fcollcode
where s.fregno = '{$fregno}'");
?>
Degree |
Register_No |
Student_Name |
College Code |
Option |
Status |
{$row['fdegree']} |
{$row['fregno']} |
{$row['fname']} |
{$row['fcollcode']} |
{$row['fbatch1']} |
{$row['Status']} |
\n";
}
?>