anyone please help me.....

Oleg Butuzov

New member
gimmy said:
i'm using php in apache...and i'm getting the following error...

Undefined index: HTTP_SESSION_VARS
Undefined index: DIR_FS_DOCUMENT_ROOT


when i use $HTTP_GET_VARS...

it will be very helpful if any one can help me out in this problem...


may be index realy Undefinied =)... or try to get your vars in this way...

$HTTP_SESSION_VARS['index'];
$HTTP_SESSION_VARS[index];
 
another thing would be to turn notices off in the php.ini
 
Back
Top