PHP reg globals q
PHP reg globals q
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- monokrom0
Someone can still squirt stuff into your script, but it's confined to the $_GET array.
The only variables in your scripts that will be affected are those that are derived from values in $_GET.
You should already be validating user input (everything from POST, GET, or uploaded files, etc.).