PK

ADDRLIN : /home/questend/public_html/subdomain/coforge.jiffyfilms.com/admin/poll/
FLL :
Current File : /home/questend/public_html/subdomain/coforge.jiffyfilms.com/admin/poll/view.php

<?php
   ob_start();
   //error_reporting(E_ALL ^ E_NOTICE);
   @session_start();
   ini_set('allow_url_include',1);    
   date_default_timezone_set("Asia/Kolkata");
   set_time_limit(600);
   ini_set('max_execution_time',600);
   include '../includes/settings/constant.php';
   //include '../includes/settings/db.php';
   require_once '../includes/settings/PDODB.php';
   include '../includes/modules/functions.php';

   $function = new FUNCTIONS();

   if(empty($_SESSION['adminId'])){
    header("Location: ../index.php");
    exit();
   }

   if(!empty($_GET['id'])){
        $id = $_GET['id'];
    }else{ ?>
        <script type="text/javascript">location.replace("index.php");</script>
    <?php }

   
   $pollQuestionlist = $function->getPollQuestion($id=$_GET['id'],$isActive=NULL);
   $questionOptiondata = $function->getQuestionOption($id=NULL,$q_id=$_GET['id'],$isActive=1);
   //print_r($vehicledata); //exit;
   
?>
<!DOCTYPE html>
<html>
   <head>
      <meta charset="utf-8">
      <meta name="viewport" content="width=device-width, initial-scale=1.0">
      <title>INSPINIA | Basic Form</title>
      <?php include_once '../layout/style.php'; ?>
   </head>
   <body>
      <div id="wrapper">
         <?php $currentPage = 'member-index'; include_once '../layout/side-bar.php'; ?>
         <div id="page-wrapper" class="gray-bg">
            <?php include_once '../layout/header.php'; ?>
            <div class="row wrapper border-bottom white-bg page-heading">
               
            </div>           
           
            <div class="row">
               <!-- family member -->
              <div class="col-lg-8">
                  <div class="ibox float-e-margins">
                      <div class="ibox-title red-bg">
                        <h5><?=$pollQuestionlist[0]['title'];?> </h5>
                        
                      </div>
                      <div class="ibox-content">
                        <div class="table-responsive">
                          <form method="POST" action="">
                            <table class="table table-striped table-bordered table-hover dataTables-example" id="myTable">
                              <thead>
                                <tr>
                                  <th>S.no</th>
                                  <th>OPtion</th>
                                  <th>Vote</th>
                                </tr>
                              </thead>
                              <tbody>
                                 <?php
                                      for($i=0;$i<count($questionOptiondata);$i++){
                                    ?>
                                <tr>
                                    <td><?=$i+1;?></td>
                                    <td><?=$questionOptiondata[$i]['description'];?></td>
                                    <td><?=$questionOptiondata[$i]['vote_count'];?></td>
                                </tr>
                                <?php } ?>
                              </tbody>
                            </table>
                          </form>
                        </div>
                      </div>
                  </div>
              </div>
              <!-- end family member -->
              
            </div>
         </div>         
      </div>   

      <?php include_once '../layout/script.php'; ?>
      <script>
         $(document).ready(function () {
             $('.i-checks').iCheck({
                 checkboxClass: 'icheckbox_square-green',
                 radioClass: 'iradio_square-green',
             });
         });
      </script>      
      <script>
         function tossterMsgAlert(msg='Welcome',title='') {
             toastr.options = {
                 closeButton: true,
                 //debug: false,
                 newestOnTop: false,
                 //progressBar: false,
                 positionClass: 'toast-top-center',
                 preventDuplicates: true,
                 //onclick: null,
                 //showDuration: 300,
                 //hideDuration: 1000,
                 timeOut: 2000,
                 //extendedTimeOut: 1000,
                 //showEasing: 'swing',
                 //hideEasing: 'linear',
                 //showMethod: 'fadeIn',
                 hideMethod: 'fadeOut'
             };
             toastr.warning(title,msg);
         }
      </script>
   </body>
</html>


PK 99
E-SHOP || DASHBOARD
404

Page Not Found

It looks like you found a glitch in the matrix...

← Back to Home