Posted by Janwillem Borleffs on 01/07/08 10:52
Peter Pei schreef:
> The fact is that $_SESSION[] = "a"; $_SESSION[]="b"; works - works on
> the initial page when it is set up.
>
This works on the initial page, because all you're doing is updating an
array. It doesn't work on the second page because PHP can't write it to
the session file due to its format.
> Who told you that you cannot do $_POST[] = "abc"? It clearly works.
It only works under the same conditions applying to $_SESSION, but you
cannot assign data from a form this way.
JW
Navigation:
[Reply to this message]
|