Home  >  Article  >  Backend Development  >  php怎么实现在查询列表中,点击查询结果跳转查询对应记录的详细内容,如图所示

php怎么实现在查询列表中,点击查询结果跳转查询对应记录的详细内容,如图所示

WBOY
WBOYOriginal
2016-06-13 11:55:511176browse

php如何实现在查询列表中,点击查询结果跳转查询对应记录的详细内容,如图所示

------解决方案--------------------
不就是连接一个程序传递唯一识别表示吗?
------解决方案--------------------
查询结果中不是有吗?主键就是唯一的
------解决方案--------------------
设你的主键为 id
则 href=“datum_derai.php?id="
不就可以把 id 穿多去了吗?
------解决方案--------------------
很基本的传值,楼主该看看书了。datum_derai.php 那边用 $_GET['id'] 获取。
------解决方案--------------------
这个问题实现的方式挺多,经常使用的是get传值,当然如果想在本页面内显示也可以使用ajax相关,进行局部刷新

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn