> > yipppieee look what i have on another PHP Code im trying to run and > > debug : > > > > *Notice*: Undefined variable: _SESSION in > > *C:\Inetpub\wwwroot\fundanemt\install\index.php* on line *81* > > Err... By default, PHP doesn't output any notices. Perhaps you should > check your error reporting level? I wouldn't be upset by the notices being output, as that is a matter of configuring php. But how com PHP says _SESSION is an unknown variable? (Assuming you are using '$_SESSION["Var"] in your code correctly, plus commands like "session_start"). In PHP, _SESSION should always be defined, unless session support was left out of the compilation. That wouldn't be the case, would it?
Marc
