Re: Re: Best way to test for form submission?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



At 5:33 PM +0100 8/28/09, Ashley Sheridan wrote:
On Fri, 2009-08-28 at 12:28 -0400, tedd wrote:
 > Ash:

 What catches me every once in a while is using variable names that
 are the same as $_SESSION indexes, such as:

     $session_name =  $_SESSION['session_name'];

 Believe it or not, that does NOT always work! Sometimes I have to do this --

     $my_session_name =  $_SESSION['session_name'];

 -- to get around the problem.

 I have experienced this error more than once -- it's strange.

 Cheers,

 tedd

Does that happen even with register globals off?

Yes. it happens with register globals set to off

Cheers,

tedd

--
-------
http://sperling.com  http://ancientstones.com  http://earthstones.com

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux