Re: [PHP] Overriding session length in existing session?

2011-03-08 Thread Scott Baker
On 03/08/2011 09:46 AM, Marc Guay wrote: > Hi Scott, > > I'm glad you resolved your problem. I'm curious about your method > though, as it seems to be an entirely different approach to my own. > How do you refer to your session data throughout the rest of the site? > Do you always reference the

Re: [PHP] Overriding session length in existing session?

2011-03-08 Thread Marc Guay
Hi Scott, I'm glad you resolved your problem. I'm curious about your method though, as it seems to be an entirely different approach to my own. How do you refer to your session data throughout the rest of the site? Do you always reference the $_COOKIE variables or do you utilise $_SESSION's at s

Re: [PHP] Help translating PHP5 code to PHP4.

2011-03-08 Thread Jim Lucas
On 3/7/2011 8:16 AM, Marc Guay wrote: > Hi folks, > > I've stumbled into a project involving a server running PHP4 without > cURL. The script fetches data from an XML webservice and deals with > it. Is http://ca2.php.net/xml_parser_create the place to start? Any > tips (besides updating PHP)? >