Re: [PHP] _SESSION, _POST, and _GET

2003-11-17 Thread Marek Kilimajer
David T-G wrote: Yeah. In fact, about half an hour ago I figured that I was spending more time figuring out how to extract in the right order -- or in a limited way -- than I would just doing it right, so I started running through the code looking for any $pw and friends to change :-) When

Re: [PHP] _SESSION, _POST, and _GET

2003-11-16 Thread John W. Holmes
David T-G wrote: I have successfully used extract() to pull the data out of _SESSION each time; yay. This whole question revolves around the reason you're even extract()ing anything to begin with... Why not just use the $_SESSION, $_POST, etc arrays where you need them. There's no reason to

Re: [PHP] _SESSION, _POST, and _GET

2003-11-16 Thread David T-G
John, et al -- ...and then John W. Holmes said... % % David T-G wrote: % % I have successfully used extract() to % pull the data out of _SESSION each time; yay. % % This whole question revolves around the reason you're even extract()ing % anything to begin with... Why not just use the

Re: [PHP] _SESSION, _POST, and _GET

2003-11-16 Thread John W. Holmes
David T-G wrote: John, et al -- ...and then John W. Holmes said... % % David T-G wrote: % % I have successfully used extract() to % pull the data out of _SESSION each time; yay. % % This whole question revolves around the reason you're even extract()ing % anything to begin with... Why not

Re: [PHP] _SESSION, _POST, and _GET

2003-11-16 Thread David T-G
John, et al -- ...and then John W. Holmes said... % % David T-G wrote: % % ...and then John W. Holmes said... % % % % This whole question revolves around the reason you're even extract()ing % % anything to begin with... Why not just use the $_SESSION, $_POST, etc % % arrays where you need