include("northadmin/includes/connect.php");
$sqlp=mysqli_query($conn,"select * from mainpackage where id=6 and delete1='Live'");
$ffetchp=mysqli_fetch_array($sqlp,MYSQLI_ASSOC);
//echo "select * from spanel where name='North India Packages'";
$sqlpmeta=mysqli_query($conn,"select * from spanel where name='India Theme Tours'");
$ffetchpmeta=mysqli_fetch_array($sqlpmeta,MYSQLI_ASSOC);
//echo $ffetchpmeta['mtitle'];
?>
// echo "select * from itenaries where mainpackage in($arraystring1) order by id desc";
$sqlpsub1=mysqli_query($conn,"select * from itenaries where mainpackage = 'India Theme Tours' order by id desc");
while($fetchsub1=mysqli_fetch_array($sqlpsub1,MYSQLI_ASSOC))
{
?>
}?>
$j=2;
$sqlpsub=mysqli_query($conn,"select * from mainpackage where status='on'");
while($fetchsub=mysqli_fetch_array($sqlpsub,MYSQLI_ASSOC))
{
?>
$sqlpsub2=mysqli_query($conn,"select * from itenaries where mainpackage='".$fetchsub['name']."' order by id desc");
while($fetchsub2=mysqli_fetch_array($sqlpsub2,MYSQLI_ASSOC))
{
?>