Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 215

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 216

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 217

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 218

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 219

Warning: Cannot modify header information - headers already sent by (output started at /home/destefa1/public_html/nf/function.php:1) in /home/destefa1/public_html/nf/function.php on line 220
Gagal: Layanan tidak ditemukan."; } else { $delete_user = mysqli_query($db, "DELETE FROM servicess WHERE sid = '$post_sid'"); if ($delete_user == TRUE) { $msg_type = "success"; $msg_content = "Berhasil: Layanan $post_sid dihapus."; } } } include("../lib/headeradmin.php"); ?>

Data Layanan

×
×
: Layanan active.
: Layanan not active.

Kat Layanan Min Max Harga/1000 PID Provider Aksi
    Total: ".$total_no_of_records.""; if($total_no_of_records > 0) { $total_no_of_pages = ceil($total_no_of_records/$records_per_page); $current_page = 1; if(isset($_GET["page_no"])) { $current_page = $_GET["page_no"]; } if($current_page != 1) { $previous = $current_page-1; echo "
  • ← First
  • "; echo "
  • Previous
  • "; } for($i=1; $i<=$total_no_of_pages; $i++) { if($i==$current_page) { echo "
  • ".$i."
  • "; } else { echo "
  • ".$i."
  • "; } } if($current_page!=$total_no_of_pages) { $next = $current_page+1; echo "
  • Next
  • "; echo "
  • Last →
  • "; } } // end paging link ?>