ob_start();
if($screenwidth >= 1200){$limititems=9;}else{$limititems=4;}
include_once('funcss.php');
$qmenu = mysqli_query($conn,"SELECT * FROM menu where display='yes' and sub='no' order by rttb limit 20");
echo"
";
echo "
";
while($row=mysqli_fetch_array($qmenu))
{
$name= $row[1];
$type= $row[2];
$idl= $row[3];
$url= $row[4];
if($type=='link'){$target=$url;}elseif($type=='post'){$target='post.php?id='.$idl;}elseif($type=='page'){$target='page.php?id='.$idl;}elseif($type=='cat'){$target='cat.php?id='.$idl;}
echo" $name";
$qsubmenu = mysqli_query($conn,"SELECT * FROM menu where display='yes' and sub='yes' and parentid='$row[0]' order by rttb limit 20");
while($row=mysqli_fetch_array($qsubmenu))
{
$name= $row[1];
$type= $row[2];
$idl= $row[3];
$url= $row[4];
if($type=='link'){$target=$url;}elseif($type=='post'){$target='post.php?id='.$idl;}elseif($type=='page'){$target='page.php?id='.$idl;}elseif($type=='cat'){$target='cat.php?id='.$idl;}
echo" -- $name";
}
}
echo"
";
$qmenu = mysqli_query($conn,"SELECT * FROM menu where display='yes' and sub='no' order by rttb limit 10");
while($row=mysqli_fetch_array($qmenu))
{
$name= $row[1];
$type= $row[2];
$idl= $row[3];
$url= $row[4];
if($type=='link'){$target=$url;}elseif($type=='post'){$target='post.php?id='.$idl;}elseif($type=='page'){$target='page.php?id='.$idl;}elseif($type=='cat'){$target='cat.php?id='.$idl;}
$qsubmenu = mysqli_query($conn,"SELECT * FROM menu where display='yes' and sub='yes' and parentid='$row[0]' order by rttb limit 20");
$checksubs= mysqli_num_rows($qsubmenu);
if($checksubs){$parentdiv='parentdiv';}else{$parentdiv='';}
echo"
انها فلسفة حديثة تصنف إلى أين ينتمي ويعود الشخص وكل شي يعود إلى شيء لا يوجد شيء دون تكملة له .هذا ماذكر في كتاب الله ومايتواجد في الحياة شيء يكمل شيء آخر.
ob_start();
$qblock = mysqli_query($conn,"SELECT id,name,image FROM mj_books order by ID DESC LIMIT 10 ");
while ($rowp = mysqli_fetch_array($qblock)) {
echo"