Search Webmaster Help and Solution

global variables off

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

View Complete Thread with Replies

Related Items

Query failed: connection to localhost:3354 failed (errno=111, msg=Connection refused).