|
Posted by Curtis on 01/25/07 13:11
On Jan 24, 9:06 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> Curtis wrote:
> > On Jan 23, 4:20 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> >> Also, which variable wins the $increment depends on the php.ini
> >> settings. The default is GPCS (Get/Post/Cookie/Session), but that can
> >> be changed.
>
> > Indeed, but it seems quite rare that change would be made to the
> > default order. Also, the OP stated above, he has register_globals off.
>
> > --
> > CurtisCurtis,
>
> Yes, it's unusual, but not unheard of.
>
> As for register_globals being off. I've had people claim that is the
> case - but then later found out it wasn't. They were looking at the
> wrong php.ini file and/or had it overridden. I never trust any settings
> without seeing what phpinfo() has to say.
That's a good point, Jerry. Ruling things out too early can impede
problem-solving. When I was developing one project, I didn't realize my
host had register_globals on, ugh, quite a pain, if only I had been
wise enough to check phpinfo() before hand. Now I know better, at
least.
--
Curtis
Navigation:
[Reply to this message]
|