Posted by Good Man on 10/23/07 19:06
"Jeff Gaines" <jgaines_newsid@yahoo.co.uk> wrote in
news:xn0fcspyu3cjwtj004@news.individual.net:
> I think Good Man has probably hit it on the head, this is old code I
> am looking at which probably will have worked with earlier versions of
> php. I will continue using $_GET['id'] and $_POST['id'] as this seems
> to be how to do it now.
Just as an FYI, presuming your code doesn't have any security holes related
to register_globals (ie: if($authorized) { revealSecrets(); } ) then you
can turn the register_globals directive "ON" in php.ini and have that nasty
ol' site work correctly.... admin beware :)
[Back to original message]
|