Home >Backend Development >PHP Tutorial >请问$_POST[]这样的数组变量,各个不同的用户是一样的吗?

请问$_POST[]这样的数组变量,各个不同的用户是一样的吗?

WBOY
WBOYOriginal
2016-06-23 14:10:05948browse

比如A用户来访问index.php,他的$_POST[]数组的内容,和B用户来访问时的$_POST[]数组变量的内容,是不是相同?它们是不是同一个变量?

哪些变量是各个来访问用户不同的?哪些变量是各个来访问用户共同的?


回复讨论(解决方案)

是不是相同?
不一定,如果有用户输入的就可能不同
它们是不是同一个变量?

这个是获取客户端输入的吧,所以可能相同,也可能不同

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