Home > Backend Development > PHP Tutorial > PHP 获取值!该如何解决

PHP 获取值!该如何解决

WBOY
Release: 2016-06-13 13:52:47
Original
935 people have browsed it

PHP 获取值!
">查看
怎么在 tabd.php页面获取这个id的值?

------解决方案--------------------
$_GET["id"];
------解决方案--------------------
$_REQUEST['uid'] or $_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