0 && $show_page <= $total_pages) { $start = ($show_page -1) * $per_page; $end = $start + $per_page; } else { // error - show first set of results $start = 0; $end = $per_page; } } else { // if page isn't set, show first set of results $start = 0; $end = $per_page; } // display pagination ?> <?php echo $state; ?> State Schools - OnlineNigeria.com SchoolMates

Leap Into    
 The Past!!

· Modify Entry
· Delete Entry

Find Your Old ClassMate Here
Can't Find Your School?

Click here to Add it



 

     STATE SCHOOLS

Below are listed schools in .
Can't find your school? Click here to submit add it.


  "; // loop through results of database query, displaying them in the table for ($i = $start; $i < $end; $i++) { // make sure that PHP doesn't try to show results that don't exist if ($i == $total_results) { break; } // echo out the contents of each row into a table echo ""; echo ''; echo ''; echo ''; echo ''; echo ""; } // close table> echo "

Schools Listed.

  Displaying Page of
"; echo "

' . mysql_result($result, $i, 'Category') . '

"; // pagination echo "

View All | View Page: "; for ($i = 1; $i <= $total_pages; $i++) { echo "$i "; } echo "

"; ?>

Contact:Webmaster@OnlineNigeria.com