0

i need to pass this id

 <a href="edit.php?id=<?php echo $row['user_id']; ?>">

in here

<?php
if (isset($_POST['id'])) { 
    $id = $_POST['id']; 
}
else { 
    echo "user not find"; 
    die(); 
}

its echo "user not find". why?

Mahdi
  • 17
  • 2

0 Answers0