Re: Changing values of $_POST considered bad style?
Posted by ZeldorBlat on 09/16/05 04:27
I don't think there's any inherent restrictions on the superglobal
arrays -- they're the same as any other array.
I suppose it doesn't hurt anything if your code is well thought out,
but I would avoid doing it just because it can lead to confusion and
bugs in your code.