I just want to verify something.
there is a lot of talk on the most recent version of php having the global variables being turned off for security reasons.
So does having global variables turned on allow you to obtain variables by ex. $varName rather than $_POST["varName"] along with $_GET, $_FILES, etc
I just want clarification if that is the change that has been made.
Thanks
I just want to verify something.
there is a lot of talk on the most recent version of php having the global variables being turned off for security reasons.
So does having global variables turned on allow you to obtain variables by ex. $varName rather than $_POST["varName"] along with $_GET, $_FILES, etc
I just want clarification if that is the change that has been made.
Thanks
|
|
Search Webmaster Help and Solution
global variables offRelated ItemsQuery failed: connection to localhost:3354 failed (errno=111, msg=Connection refused). |
