Private
Server IP : 68.178.168.24  /  Your IP : 18.218.99.99
Web Server : Apache
System : Linux 24.168.178.68.host.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els19.x86_64 #1 SMP Mon Mar 31 17:29:00 UTC 2025 x86_64
User : realcarecert ( 1247)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/realcarecert/www/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/realcarecert/www/news.php
<?php 
include ('include/header.php');
?>

        <!--=========== breadcrumb Section Start =========-->
        <div class="sc-breadcrumb-style sc-pt-80 sc-pb-80">
            <div class="container position-relative">
                <div class="row">
                    <div class="col-lg-12">
                        <div class="sc-slider-content p-z-idex">
                            <div class="sc-slider-subtitle">Home - News     </div>
                            <h1 class="slider-title white-color sc-mb-25 sc-sm-mb-15">News</h1>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!--=========== breadcrumb Section End =========-->

        <!--=========== about Section Start =========-->

        <!--=========== about Section End =========-->

        <!--=========== Working Process section Start =========-->
        



    


        <div class="sc-blog-section-area sc-blog-section-two sc-pt-100 sc-md-pt-80 sc-pb-170 sc-md-pb-80">
            <div class="container">
                
                <div class=" sc-blog-slider row">



                <?php 
        $sel_all = mysqli_query($link,"SELECT * FROM `tbl_new_news` ORDER BY id ");
        while($arr_all = mysqli_fetch_assoc($sel_all))
         {
                    ?>






               <div class="col-lg-4 matgssgnews">
                            <div class="sc-blog-item blgsssd">
                                <a href="news-detail.php?code=<?=$arr_all['id']?>"><img src="blog-image/<?=$arr_all['file']?>" alt="Blog"></a>
                                
                                <div class="sc-blog-text">
                                    <h4>
                                        <a class="title" href="news-detail.php?code=<?=$arr_all['id']?>"> <?=$arr_all['title']?>
</a>
                                    </h4>
                                    <p class="des">
                                    <?=$arr_all['sub_title']?>
                                    </p>
                                    <div class="sc-blog-btn">
                                        <a class="sc-transparent-btn" href="news-detail.php?code=<?=$arr_all['id']?>">Read News</a>
                                    </div>
                                </div>
                            </div>
                        </div>


                        <?php } ?>







                      
                        
                    
                    
                        
                        
                    
                    
                        
                    </div>
            </div>
            </div>
 



        <!-- start why choose us section-->
        
        <!-- end why choose us section -->




        <?php 
       include ('include/footer.php');
       ?>
Private