Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
> Wich of the serers is using which configuration for session.save_path? > I your local sever is using session.save_path - /tmp, then try using an > absolute path, like "C:\Temp", but make sure the directory exists. Localhost has c:\winnt\temp and that folder is set for everyone to do everything T

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Daniel Berwig
Wich of the serers is using which configuration for session.save_path? I your local sever is using session.save_path - /tmp, then try using an absolute path, like "C:\Temp", but make sure the directory exists. And I know it may sound a little obvious, but take a look at your php.ini file and make

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
Great util! I get Set-Cookie: some cookie when I use the URL where it works, but not on localhost. strange... -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
done. Is it .NET Framework you're refering to? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, outlook don't want to send the file. > > download

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
Sorry, outlook don't want to send the file. download it from http://debug.hardinxveld.netflex.nl/get_url.exe you must also install the VB runtime library!! let me know if you downloaded the file then i will remove the file [EMAIL PROTECTED] "Michael" <[EMAIL PROTECTED]> schreef in bericht [EM

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread michael
what util? url.exe? where can I find it? -- . : . : . : . : . : . : . : . : . : . : . : . : . : . michael ericsson [EMAIL PROTECTED] "Alex Elderson" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Use this (small) util to view your headers > > look for > > Se

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread michael
> My guess is that it's register_globals related. > Your code is not the only variable when moving from server to server. Check the > PHP version on the other server and also compare your register_globals setting > to theirs. They're all the same. Both are version 4.2.1 and register_blobals is se

Re: [PHP-WIN] cookies in windows - get url.exe [1/1]

2002-06-27 Thread Alex Elderson
Use this (small) util to view your headers look for Set-Cookie: In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > >On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > >> I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php >> but I can't set a cookie.

Re: [PHP-WIN] cookies in windows

2002-06-27 Thread Stuart Dallas
On Thursday, June 27, 2002, 9:55:00 AM, "michael" wrote: > I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php > but I can't set a cookie. There is no error message or anything, only no > cookie. Does anyone have an idea what might be wrong? My guess is that it's register_

[PHP-WIN] cookies in windows

2002-06-27 Thread michael
I've installed php v4.2.1 on my IIS (Win2000). The IIS works fine with php but I can't set a cookie. There is no error message or anything, only no cookie. Does anyone have an idea what might be wrong? There's nothing wrong in my code cause it works fine on another server, just not on localhost.