Help, I've just installed apache and php on my new XP sp1 setup. After getting everything working between the 2, I found a problem. My code has ain includes page taht does all the session work, and makes the variables if they're not already there. It starts with this :
if (!$PHPSESSID) {
Now - that always used to work, ie, if there isn't a session, make one. I've already got past problems of having sessions pointing to the wrong dir and stuff like that, and now teh files are being made correctly in /tmp but still thigns aren't working! It says undefined variable. Eh? The point in checking if it exists is to make it, not bomb out cos it doesn't exist
_________________________________
Leozack
if (!$PHPSESSID) {
Now - that always used to work, ie, if there isn't a session, make one. I've already got past problems of having sessions pointing to the wrong dir and stuff like that, and now teh files are being made correctly in /tmp but still thigns aren't working! It says undefined variable. Eh? The point in checking if it exists is to make it, not bomb out cos it doesn't exist

_________________________________
Leozack
Code:
MakeUniverse($infinity,1,42);