> Dear people:
> 
>     I have a development that I made a year ago. In the first screen I
set
> a cookie that is used along all the parts of the software. This cookie
> establish the language of the software. Now some people that are
> installing the software are reporting me problems using the software
like
> this first cookie doesn´t arrive to the navigators. They are
installing
> newer versions of PHP than I have. Could be a problem of the globals
> variables? I have used the cookie like a global value along all the
php
> files.

Yes, it's more than likely a register_globals problem. You need to
update your code or tell them to turn on register_globals in php.ini,
since it now defaults to off in new versions of PHP. 

---John Holmes...


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to