Record deleted!

"; } } ?>

My Items

', $item_detail); if($photo1 != ""){ $show_img = " "; }else{ $show_img =""; } include('admin/inc_type.php'); $cat_id=$item_category; include('admin/inc_cat.php'); if($what_for==2){ $item_value="$item_value Naira"; } if($_SESSION['first_name']=='admin'){ $admin_button=" Edit Delete"; }else{ $admin_button=""; } print '
'.$show_img.'


'.$item_name.'

Price:
'.$item_value.'

Category:
'.$cat_name.'
'.$item_detail.'

Detail '.$admin_button.'
'; } ?>
$page "; } } if ($pageNum > 1) { $page = $pageNum - 1; $prev = " Prev "; $first = " First Page "; } 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 = " Next "; $last = " Last Page "; } 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; if(!isset($_GET['page'])){ $curr_pg=1; }else{ $curr_pg=$_GET['page']; } echo "

".$first . $prev ."Page $curr_pg of $maxPage". $next . $last."

"; } ?>