Re: [PHP] [Win32,PHP/4.0.5] Problem with session

2001-05-15 Thread Christian Ribeaud
Hi Kirk, Thanks. But I am not sure I have understood. How to register the variables? with session_register($HTTP_SESSION_VARS["language"])? How to change the code so that it works? Thanks for your patience and have a nice day. Respects, christian "Johnson, Kirk" wrote: > With register_globals

[PHP] [Win32,PHP/4.0.5] Problem with session

2001-05-14 Thread Christian Ribeaud
Hi, I would like to know what is wrong with the code below. The following code will be included on every page with the include command. The variable $language does not seem to be registered at all. it should be registered again on every page. Why this? On the php.ini register_globals is "off" and