Reply to Re: Ways to assign a value to a session variable.
Posted by Peter Pei on 01/14/08 02:05
this is because of the order globals are assigned. u mapped the global
twice, once from _SESSION, once from _POST. don't duplicate the indexes - it
only confuses u and cause nasty bugs.
It's more php's fault than yrs - global, and bad global.