ok
Direktori : /home/importfo/public_html/alphainvestmentadvisory.co.in/ |
Current File : /home/importfo/public_html/alphainvestmentadvisory.co.in/service-details.php |
<?php include("admin/config.php") ?> <!DOCTYPE html> <html lang="en"> <!-- Mirrored from themeforest.kreativdev.com/finlance/finlance/service-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 11 Feb 2023 05:07:18 GMT --> <head> <title>Services Detail - Alpha Investment</title> <?php include('link.php') ?> </head> <body> <!-- header area start --> <?php include('header.php') ?> <!-- header area end --> <!-- hero area start --> <div class="breadcrumb-area service-details service-bg"> <div class="container"> <div class="breadcrumb-txt service-details"> <div class="row"> <div class="col-xl-7 col-lg-8 col-sm-10"> <span>Service Details</span> <h1>We work with you to achieve your goals.</h1> <ul class="breadcumb"> <li><a href="index.php">Home</a></li> <li><a href="services.php">services</a></li> <li>Service Details</li> </ul> </div> </div> </div> </div> <div class="breadcrumb-area-overlay"></div> </div> <!-- hero area end --> <!-- services details section start --> <div class="service-details-section"> <div class="container"> <div class="row"> <?php if(isset($_GET['slug'])) { $slug=$_GET['slug']; } else { $slug=0; } $sql="select * from parts where p_id='$slug'"; $res=mysqli_query($db,$sql); $row=mysqli_fetch_array($res); $img=$row['parts_image']; $short_desc=$row['short_desc']; $desc=$row['desc']; ?> <?php $sql="SELECT * FROM `parts` WHERE p_id='$slug'"; $res=mysqli_query($db,$sql); while($row=mysqli_fetch_array($res)) { ?> <div class="col-lg-7"> <div class="service-details"> <img class="service-details-img-1" src="admin/upload/<?php echo$row['parts_image']; ?>" alt=""> <div class="service-details-txt"> <h2><?php echo $row['short_desc']; ?></h2> <p><?php echo $row['desc']; ?></p> </div> </div> </div> <?php } ?> <!-- appoint section start --> <div class="col-lg-4 offset-lg-1"> <?php include('app.php') ?> </div> <!-- appoint section end --> </div> </div> </div> <!-- services details section end --> <!-- call to action section start --> <div class="cta-section cta-bg"> <div class="container"> <div class="cta-content"> <div class="row"> <div class="col-md-9 col-lg-7"> <h3>Contact Us For Create Your Wealth.</h3> </div> <div class="col-md-3 col-lg-5 contact-btn-wrapper"> <a href="contact.php" class="boxed-btn contact-btn"><span>Contact Us</span></a> </div> </div> </div> </div> <div class="cta-overlay"></div> </div> <!-- call to action section end --> <?php include('footer.php') ?> </body> <!-- Mirrored from themeforest.kreativdev.com/finlance/finlance/service-details.html by HTTrack Website Copier/3.x [XR&CO'2014], Sat, 11 Feb 2023 05:07:19 GMT --> </html>