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

2002-07-25 Thread Matthew Bielecki
MAIL 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_f

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 machin

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

2002-07-25 Thread Scott
On Thu, 25 Jul 2002, Matthew Bielecki wrote: > session.save_path = "C:/Program Files/Apache > Group/Apache/web/php/dir/files/temp" Considering using something like: c:/temp, sure beats typing and remembering that path :) How are you setting the cookie in the code? -- PHP General Mailing

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

2002-07-25 Thread Matthew Bielecki
Hello again, I got the fetch_array problems fixed. I was using the actual server name, when I switched back to localhost everything worked!! Now I have a question about how to make cookies work on a Windows machine. This is what I have these parameters set to but it's not working. Do I hav