File manager - Edit - /home/u608250662/domains/rdsolution.org.in/public_html/jevica/application/views/admin/contactinfo/list.php
Back
<!----Start Header----> <?php $this->load->view('admin/layout/header.php'); ?> <!----End Header----> <!-- /.navbar-collapse --> <div class="clearfix"> </div> <!----Start Header----> <?php $this->load->view('admin/layout/left_menu.php'); ?> <!----End Header----> </nav> <div id="page-wrapper" class="gray-bg dashbard-1"> <div class="content-main"> <!--banner--> <div class="banner"> <?php echo $this->session->flashdata('message'); ?> <h2> <a href="#">Home</a> <i class="fa fa-angle-right"></i> <span>Enquiry</span> </h2> <div class="row-fluid clear"> <div class="span12 content table-responsive" style="margin-top:15px;"> <table width="100%" cellspacing="0" cellpadding="0" border="0" class="table-bordered table-compact table table-hover" id="example"> <thead> <tr> <th width="10%">S.No </th> <th width="10%">Date</th> <th width="10%">Name</th> <th width="15%">Email</th> <th width="15%">Phone</th> <th width="10%">Course</th> <th width="30%">Message</th> </tr> </thead> <tbody> <?php $i=0; foreach($ENQUIRES as $data){ $i++; ?> <tr bgcolor="#FFFFFF"> <td><?php echo $i; ?></td> <td><?php echo $data->timing; ?></td> <td><?php echo $data->name; ?></td> <td><?php echo $data->email; ?></td> <td><?php echo $data->phone; ?></td> <td><?php echo $data->course; ?></td> <td><?php echo wordwrap($data->message); ?></td> </tr> <?php } ?> <!--table1 ends--> </tbody> </table> </div> </div> </div> <!--//banner--> <!----Start Footer----> <?php $this->load->view('admin/layout/footer.php'); ?> <!----End Footer---->
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings