Page 3 of 3

Re: isset and variables

Posted: Sat Jul 24, 2010 8:06 am
by alexrules01
Thanks. I didnt know sessions worked like that, some good knowledge for the future :)

Re: isset and variables

Posted: Sat Jul 24, 2010 4:37 pm
by Jackolantern
Ohhh, I almost forgot that if you want to use session variables, you must include:

Code: Select all

session_start();
At the top of your code.