include("northadmin/includes/connect.php");
$sqlc=mysqli_query($conn,"select * from content where id='10'");
$fetchc=mysqli_fetch_array($sqlc,MYSQLI_ASSOC);
?>
if($_GET['title']!='')
{
$sel="select * from blog where title like '%".$_GET['title']."%'";
}
else
{
$sel="select * from blog ";
}
$query=mysqli_query($conn,$sel);
while($row=mysqli_fetch_array($query,MYSQLI_ASSOC)){
?>
North India Tours for a holiday experience crowned with golden memories of a variety of attractions starting from snow clad mountains to desert, rivers, valleys, wildlife destinations, hill stations, houseboat (Shikara boat in Srinagar), pilgrimage sites, fairs and festivals, handicrafts, cuisine and many more.
$selrec="select * from blog limit 0,4";
$queryrec=mysqli_query($conn,$selrec);
while($rowrec=mysqli_fetch_array($queryrec,MYSQLI_ASSOC)){ ?>
}?>
$selrec1="select * from blog order by rand() limit 0,4";
$queryrec1=mysqli_query($conn,$selrec1);
while($rowrec1=mysqli_fetch_array($queryrec1,MYSQLI_ASSOC)){ ?>
}?>
$selrec2="select * from blog order by blogid desc limit 0,4";
$queryrec2=mysqli_query($conn,$selrec2);
while($rowrec2=mysqli_fetch_array($queryrec2,MYSQLI_ASSOC)){ ?>
}?>
All Categories
$sqlcat=mysqli_query($conn,"select * from bcategory");
while($fetchcat=mysqli_fetch_array($sqlcat,MYSQLI_ASSOC))
{ ?>