RE: [PHP] Win98 + Apache + PHP4

2001-10-30 Thread Matt Williams

 I have the above configuration installed along with mySQL, all
 works fine on
 my local machine except for error/warning messages whenever previewing the
 page in my browser where I am calling/setting a cookie variable...

A little more info re the error message would be useful.


Make sure there is no whitespace before you try and set you cookie This
includes included files also

M:


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Win98 + Apache + PHP4

2001-10-30 Thread Frewuill Rodriguez

check your php.ini and look for /tmp dir and change it for  c:\php or
c:\temp or c:\windows\temp or whatever you want
- Original Message -
From: p.whiter [EMAIL PROTECTED]
To: PHP - GENERAL [EMAIL PROTECTED]
Sent: Tuesday, October 30, 2001 11:20 AM
Subject: [PHP] Win98 + Apache + PHP4


 Hi

 I have the above configuration installed along with mySQL, all works fine
on
 my local machine except for error/warning messages whenever previewing the
 page in my browser where I am calling/setting a cookie variable...

 Does anyone know if there are any config settings I can change anywhere to
 prevent this??

 Thanks
 Paul



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Win98 + Apache + PHP4

2001-10-30 Thread p.whiter

Thanks for the replies, I think it has more to do with configuration
settings than anything else as all the scripts work fine on remote Linux
server, it is just on my win98 set-up the problem occurs..

I am looking in the php.ini, file the only reference to a tmp directory I
can see is for file uploads, not too sure what I should add change to set a
temp directory for cookies??

Thanks
Paul

- Original Message -
From: Frewuill Rodriguez [EMAIL PROTECTED]
To: p.whiter [EMAIL PROTECTED]; PHP - GENERAL
[EMAIL PROTECTED]
Sent: Tuesday, October 30, 2001 3:28 PM
Subject: Re: [PHP] Win98 + Apache + PHP4


: check your php.ini and look for /tmp dir and change it for  c:\php or
: c:\temp or c:\windows\temp or whatever you want
: - Original Message -
: From: p.whiter [EMAIL PROTECTED]
: To: PHP - GENERAL [EMAIL PROTECTED]
: Sent: Tuesday, October 30, 2001 11:20 AM
: Subject: [PHP] Win98 + Apache + PHP4
:
:
:  Hi
: 
:  I have the above configuration installed along with mySQL, all works
fine
: on
:  my local machine except for error/warning messages whenever previewing
the
:  page in my browser where I am calling/setting a cookie variable...
: 
:  Does anyone know if there are any config settings I can change anywhere
to
:  prevent this??
: 
:  Thanks
:  Paul


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Win98 + Apache + PHP4

2001-10-30 Thread Matt Williams


 Thanks for the replies, I think it has more to do with configuration
 settings than anything else as all the scripts work fine on remote Linux
 server, it is just on my win98 set-up the problem occurs..
 
 I am looking in the php.ini, file the only reference to a tmp directory I
 can see is for file uploads, not too sure what I should add 
 change to set a
 temp directory for cookies??

Line 629 on my php.ini 

session.save_path = /tmp

try c:\\tmp or c:/tmp

create the dir first

M:



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]