Suspended
- Joined
- 30 Jan 2005
- Posts
- 467
i've just been looking through my php.ini file and i just read the part that goes.
but doesn't register globals have to be on to include pages like /?id=page here.
is there a way to get links working like that with register globals on then?
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = Off
but doesn't register globals have to be on to include pages like /?id=page here.
is there a way to get links working like that with register globals on then?