OverLord Shell

Path : G:/PleskVhosts/jaincensus.com/macciaweb.ultraliant.com/businessforum/
File Upload :
Current File : G:/PleskVhosts/jaincensus.com/macciaweb.ultraliant.com/businessforum/referal_view.php

<?php
/*
@Purpose: Update status of product
@Author: Rajahree
@CreatedOn: 15 April 2016
@ModifiedOn: 15 April 2016
*/
session_start();
if(!isset($_SESSION['company_id']) || !isset($_SESSION['company_name'])){session_destroy();header("location:login.php");}
if(!in_array($_SESSION['loggedin_user'],array('admin','company'))){header("location:404.php");}
require_once("db/conn.php");

/*$arrinfo = getData('busdir_mst_referal','ref_id',base64_decode($_GET['id']),null,null);

echo $arrinfo['client_phone'];
echo $arrinfo['client_email'];
echo $arrinfo['client_address'];
echo $arrinfo['comment'];*/
?>
  <div class="table-responsive">
                                <table class="table table-striped table-hover" id="dataTables-listing">
                                <?php $arrinfo = getData('busdir_mst_referal','ref_id',base64_decode($_GET['id']),null,null);?>
                                    <thead>
<tr><td><h2>Details:</h2></td></tr>
                                        <tr>
                                            <th>Client Mobile</th> <td><?php echo $arrinfo['client_phone'];?></td><br></tr>
                                           <tr> <th>Client Email</th>   <td><?php echo $arrinfo['client_email'];?></td><br></tr>
                                           <tr> <th class="text-center">Address</th> <td><?php echo $arrinfo['client_address'];?></td><br></tr>
                                            <tr><th>Comments</th><td><?php  echo $arrinfo['comment'];?></td><br></tr>
                                    </thead>
                                   </table></div>

xRyukZ - Copyright 2k19