Re[2]: [PHP] Help with msql_fetch_array() FIXED ! Now cookie problems :(

2002-07-25 Thread Alexander Kuznetsov

Hello Matthew,

Thursday, July 25, 2002, 5:06:09 PM, you wrote:

MB Hello again,

MB I got the fetch_array problems fixed.  I was using the actual server name, 
MB when I switched back to localhost everything worked!!

MB Now I have a question about how to make cookies work on a Windows machine. 
MB  This is what I have these parameters set to but it's not working.  Do I 
MB have slashes/backslashes wrong, or is there something else I have to do in 
MB Apache??:

MB session.save_path = C:/Program Files/Apache 
MB Group/Apache/web/php/dir/files/temp

MB ; Whether to use cookies.
MB session.use_cookies = 1


MB ; Name of the session (used as cookie name).
MB session.name = PHPSESSID

MB ; Initialize session on request startup.
MB session.auto_start = 0

MB ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
MB session.cookie_lifetime = 0

MB ; The path for which the cookie is valid.
MB session.cookie_path = c:/Program Files/Apache 
MB Group/Apache/web/php/dir/files/temp

MB ; The domain for which the cookie is valid.
MB session.cookie_domain = www.mydomain.com

try something like this

session.save_path = c:/Program Files/Apache Group/Apache/web/php/dir/files/temp

i mean without ...
i had that problem - deleted  and all is working now


-- 
Best regards,
Alexander Kuznetsov



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




Re: Re[2]: [PHP] Help with msql_fetch_array() FIXED ! Now cookie problems:(

2002-07-25 Thread Matthew Bielecki

OH MY GOSH...I ACTUALLY GOT A REAL PROGRAM TO RUN!

Thanks a ton x 1,000,000 Alexander 

Thanks,

Matthew J. Bielecki, MCP, A+ Certified Technician
Hobart Corporation
Field Engineer - Weighing  Network Systems
Phone  (937) 332-7163Fax  (937) 332-3222
Email   [EMAIL PROTECTED]




Alexander Kuznetsov [EMAIL PROTECTED]
07/25/02 10:15 AM
Please respond to Alexander Kuznetsov

 
To: Matthew Bielecki [EMAIL PROTECTED]
cc: php-general [EMAIL PROTECTED]
Subject:Re[2]: [PHP] Help with msql_fetch_array() FIXED !  Now cookie 
problems :(


Hello Matthew,

Thursday, July 25, 2002, 5:06:09 PM, you wrote:

MB Hello again,

MB I got the fetch_array problems fixed.  I was using the actual server 
name, 
MB when I switched back to localhost everything worked!!

MB Now I have a question about how to make cookies work on a Windows 
machine. 
MB  This is what I have these parameters set to but it's not working.  Do 
I 
MB have slashes/backslashes wrong, or is there something else I have to 
do in 
MB Apache??:

MB session.save_path = C:/Program Files/Apache 
MB Group/Apache/web/php/dir/files/temp

MB ; Whether to use cookies.
MB session.use_cookies = 1


MB ; Name of the session (used as cookie name).
MB session.name = PHPSESSID

MB ; Initialize session on request startup.
MB session.auto_start = 0

MB ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
MB session.cookie_lifetime = 0

MB ; The path for which the cookie is valid.
MB session.cookie_path = c:/Program Files/Apache 
MB Group/Apache/web/php/dir/files/temp

MB ; The domain for which the cookie is valid.
MB session.cookie_domain = www.mydomain.com

try something like this

session.save_path = c:/Program Files/Apache 
Group/Apache/web/php/dir/files/temp

i mean without ...
i had that problem - deleted  and all is working now


-- 
Best regards,
Alexander Kuznetsov