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

PHP 获取值!该如何解决

WBOY
WBOYOriginal
2016-06-13 13:52:47865browse

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

------解决方案--------------------
$_GET["id"];
------解决方案--------------------
$_REQUEST['uid'] or $_GET["id"]; 

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