0
My own website but i have a problem in admin panel
actually my data list not showing all pages 1 2 3 4 if I am click on second page then I am not go two 2nd page just refresh an i m on still 1st page so please help me what I do
9 Respuestas
+ 1
Hi JainamjivanSathi (Jain Biodata),
It would be better for you to supply your code for us to troubleshoot. Otherwise, we're kind of shooting in the dark.
+ 1
👍
0
will you please give me some code actually i m new
0
an thanks a lot
0
<?php
include("config.php");
include("functions.php");
if(!isset($_COOKIE['userid']))
{
header("location:signin.php");
}
else
{
//echo "Hello";die;
$class = 'active';
$page = 'user';
if(isset($_POST['delete']))
{
//print_r($_POST);die;
extract($_POST);
//Array ( [id] => 9534 [delete] => Yes )
mysqli_query($GLOBALS['conn'],"DELETE FROM `member_details` WHERE `registration_id`='$id'",null);
header("location:success.php?msg=User has been deleted successfully.&link=new_member.php&name=New Member");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
<?php echo $site_title; ?> | Manage New User List
</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="css/font.
0
Hi JainamjivanSathi (Jain Biodata),
This only looks like the first part of the code. You probably ran out of characters in the post. Would you mind pasting your entire code in the Code Playground and providing a link to it so we can see the whole thing? Based on what has been provided so far, there might not be any visible content on the page (which doesn't make sense if you had a numbered button that was supposed to represent links to different pages). :)
0
all code not posted here please give email
0
solve this problem thank you for giving your time