if($_SESSION['student_id']) {
$reciver_id=$_SESSION['student_id'];
$name=ucwords($_SESSION['student_name']);
$user_id=base64_encode($_SESSION['student_id']);
$sel_request=mysqli_query($dbhandle,"select * from request_list where reciver_id='$reciver_id' and status='pending'");
$num_records=mysqli_num_rows($sel_request);
?>
Warning: Undefined variable $name in /home/u130918393/domains/ramainstitute.com/public_html/include/header.php on line 58