Click to See Complete Forum and Search --> : PHP NT4 sessions & varriables


Anon
04-20-2001, 06:25 AM
I have installed PHP 4.0.4 on NT 4.0 and IIS4(many 4's...lottery time)
Everything seems to be working fine ...HOWEVER

when i do:
session_register("temp1");
i can noly access temp1 doing $HTTP_SESSION_VARS ["temp1"] and not $temp1. On the php.ini file the register_globals=ON.

Any help would be greatly appreciated.

Thanks

Manos