National Current Affairs 2022
This Week Affairs
Current Affairs Quiz
include('../config-affairs.php');?>
$dy=date(Y);
$cm=date("m");
$lm=date("m",strtotime("-1 Months"));
//$sql55="SELECT * FROM `week_articls` WHERE((month='$cm' or month='$lm')and (category='2') and (year='$dy')) order by id desc";
$sql55="SELECT * FROM `week_articls` WHERE category='2' order by id desc limit 0,50";
$result55=mysqli_query($link,$sql55);
$i="";
while($row55 = mysqli_fetch_array($result55))
{
if($row55['month']!=$i)
{
$i=$row55['month'];
?>
'>National Affairs Current Affairs - echo date("F", strtotime($row55['posted_date']) );?> echo $row55['year'];?>
} echo $row55['description'];
}
?>