Tagged Questions
The registerglobals tag has no wiki summary.
4
votes
4answers
556 views
Why is REGISTER_GLOBALS so bad?
I'm not a PHP developer but i've seen in a couple of places that people seem to treat it like the plague or something. Why?
3
votes
2answers
216 views
Dealing with register_globals
I am not sure whether this would be good to be marked as community wiki, but anyway:
Is there an easy way to kill the register_globals? I'm working on a PHP Framework and right now, I just set the ...
1
vote
3answers
133 views
Convert big php project from register_globals to _GET[“param”]
I have a rather big php site, which was written for php4 and register_globals enabled. It is old custom CMS. Now I want to run it on the php5 hosting without register_globals. Is it possible to change ...
1
vote
1answer
198 views
php register globals on/off through .htaccess
I have 2 scritpts on 2 different folders.
One on them need the register globals to On and the other to Off.
Is it possible to enable regsiter globals on one folder and disable it on another one ?
...
1
vote
6answers
263 views
variable variables within $_POST and associative arrays
I'm probably being a little thick, but I can't seem to find an answer to this one. I'm moving from a server with register globals ON to one with it being off. It's a good thing, but unfortunately I ...
1
vote
2answers
68 views
What is the register_globals warning message that is appearing?
I have one of my pages redirect to a page called customproofs.php.
When it redirects to that page, the following Warning message appears:
Warning: Unknown: Your script possibly
relies on a ...