Hi
I am writing a script that deals with sent form data on the same page as the form.
I have stored the data from the form in a session and i can access the values from that session when i'm on the same page but when i go to another page in the application i can not access this session and i get the error msg
Notice: Undefined variable: _SESSION in.......
I know the session exist because i can access it on the previous page i created it on.
Any Ideas why this is???????
Does it have any thing to do with dealing with the form data on the same page as the form.
Thanks