File manager - Edit - /home/kubansmu/public_html/admin-frame/application/views/blog_details.php
Back
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> <!-- partial --> <div class="main-panel"> <div class="content-wrapper" style="background: #fff; "> <div class="page-header"> <h3 class="page-title">Blog Details </h3> <?php if ((isset($success_alert) ? $success_alert :'') != '') { ?> <div class="alert alert-danger login-alert text-center"> <?php echo $success_alert;?> Size : 500KB </div> <?php }?> </div> <table class="table table-bordered"> <thead> <tr> <th scope="col"><strong>Sr. No</strong></th> <th scope="col"><strong>Title Blog</strong></th> <th scope="col"><strong>Description</strong></th> <th scope="col"><strong>Banner</strong></th> <th scope="col"><strong>W_Url</strong></th> <th scope="col"><strong>Update</strong></th> <th scope="col"><strong>Delete</strong></th> </tr> </thead> <tbody> <?php $count = 1; foreach ($blog_data as $row) { ?> <tr> <th scope="row"><?php echo $count; ?> </th> <td><?php echo $row->title_blog;?></td> <td><?php echo $row->description;?></td> <td><img src="<?php echo base_url(); ?>blog-thumbnail/<?php echo $row->img_banner; ?>" class="zoom" style="width: 50px;border-radius: 3px;"></td> <td><?php echo $row->w_url;?></td> <td><a href=""><button type="button" class="btn btn-primary">Update</button></a></td> <td><a href="<?php echo site_url('blog_details/blog_delete/'.$row->id.'/') ?>"><button type="button" class="btn btn-danger">Delete</button></a></td> </tr> <?php $count++; } ?> </tbody> </table> </div> </div> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Generation time: 0 |
proxy
|
phpinfo
|
Settings