php问题:参数传递并且显示相应ID的记录

WBOY
Release: 2016-06-02 11:28:47
Original
1131 people have browsed it

参数传递php

图片说明
图片说明

点击ID号就可以连接到相应的ID记录,网址上应该是http://localhost/picupload/Approve.php?ID=44,为何没有反应,我是php小白,有不懂的请多请教,是不是要用到get参数呢?

我代码只有

<code> echo "<td><a href="Approve.php" . target="_parent">" . $it['ID']."</a></td>";</code>
Copy after login

未作get参数,get参数如何填写,转入页面后,怎么接收参数ID的记录并且显示呢

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!