<td><a href="pages/xiugai.php?id=<?php echo $row["id"]?>">修改</a></td>

 

 

 

<?php
header('Content-Type:text/html;charset=utf-8');
include_once("../conn/conn.php");
 $id=$_GET["id"];
 
 $sql="SELECT * from user where id=$id";
 $r=mysqli_query($link,$sql);
 while($row=mysqli_fetch_array($r)){
?>
<input type="hidden"  value="<?php echo $row['id'] ?>" ;//页面自动刷新
 
  }
       
       
 
});
 });
});
 </script>

 

<?php
 }

?>

相关文章:

  • 2022-01-07
  • 2021-09-24
  • 2021-09-20
  • 2021-12-30
  • 2022-12-23
  • 2021-10-27
  • 2021-11-24
猜你喜欢
  • 2021-04-22
  • 2021-10-22
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-01
  • 2021-08-23
相关资源
相似解决方案