From: "Ed Curtis" <[EMAIL PROTECTED]>
> I just started using sessions and am having some trouble understanding
how
> to pull values out of sessions to use in another page.
>
> I set the values as:
>
> session_start();
> session_register{'magazine');
> session_register('company');
>
> The data is s
I just started using sessions and am having some trouble understanding how
to pull values out of sessions to use in another page.
I set the values as:
session_start();
session_register{'magazine');
session_register('company');
The data is saved as a session because I can read the file located
2 matches
Mail list logo