isset and variables
-
alexrules01
- Posts: 175
- Joined: Sun Oct 11, 2009 9:33 am
Re: isset and variables
Thanks. I didnt know sessions worked like that, some good knowledge for the future 
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: isset and variables
Ohhh, I almost forgot that if you want to use session variables, you must include:
At the top of your code.
Code: Select all
session_start();The indelible lord of tl;dr