Home  >  Article  >  Backend Development  >  php获取参数的几种方法总结_PHP

php获取参数的几种方法总结_PHP

WBOY
WBOYOriginal
2016-06-01 11:56:021028browse

php获取参数的几种方法总结

$value = $_POST["value"];//取得post中的       

$value=$_REQUEST["value"];//取得get或者post中的参数(哪个有就取得哪个)       

$value=$_GET["value"];//取得get中的参数

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