Re: [PHP] Closing Session (Revisited)

2011-05-21 Thread Roger Riordan
On Thu, 05 May 2011 08:28:53 -0400, sstap...@mnsi.net (Steve Staples) wrote: >On Thu, 2011-05-05 at 21:41 +1000, Roger Riordan wrote: >> >> I have developed a common engine which I use for several different websites. >> I had been >> using PHP 5.2.? and IE6 (yes; I k

Re: [PHP] Closing Session (Revisited)

2011-05-05 Thread Roger Riordan
reas previously each instance was treated as a different user. Is there any simple way to make IE 8 treat each instance as a new user, or should I switch to Chrome and use the Incognito feature? Roger Riordan AM http://www.corybas.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP5.3.5: error message for date()

2011-03-05 Thread Roger Riordan
PS. What is "date.sunrise_zenith"? I am surprised that PHP contains a function to return the time of sunrise for a given location, but I thought that latitude, longitude, date and time zone would be all you had to know. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: h

Re: [PHP] PHP5.3.5: error message for date()

2011-03-05 Thread Roger Riordan
ings. You are *required* to use the >> date.timezone >> setting or the date_default_timezone_set() function. In case you used any of >> those methods >> and you are still getting this warning, you most likely misspelled the >> timezone >> identifier. We sele