isset and variables

C++, C#, Java, PHP, ect...
alexrules01
Posts: 175
Joined: Sun Oct 11, 2009 9:33 am

Re: isset and variables

Post by alexrules01 »

Thanks. I didnt know sessions worked like that, some good knowledge for the future :)
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: isset and variables

Post 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.
The indelible lord of tl;dr
Post Reply

Return to “Coding”