معرض الصور (مرر الفأرة على الصورة لعرض العنوان) أعمال الطلاب وإنجازاتهم (مرر الفأرة على الصورة لعرض العنوان)  
"; echo ""; echo "

 

 
   
 "; } $count++; } ?>  
   
$page "; } } // creating previous and next link // plus the link to go straight to // the first and last page if ($pageNum > 1) { $page = $pageNum - 1; $prev = " السابق "; $first = " << "; } else { $prev = ' '; // we're on page one, don't print previous link $first = ' '; // nor the first page link } if ($pageNum < $maxPage) { $page = $pageNum + 1; $next = " التالي "; $last = " >> "; } else { $next = ' '; // we're on the last page, don't print next link $last = ' '; // nor the last page link } // print the navigation link echo "
".$first . $prev . $nav . $next . $last."
"; } ?>