php config question
php config question
Out of context: Reply #4
- Started
- Last post
- 6 Responses
- enobrev0
it's my understanding that register globals isn't very secure.
You should keep it off and access your variables via their scope:
$HTTP_GET_VARS
$HTTP_POST_VARSalthough, i'm not too sure on how well that works on 4.01.