Re: [nyphp-talk] PHP, Browser or MySQL Problem

2008-03-21 Thread PaulCheung
Thanks Everybody for all your help Paul - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, March 20, 2008 1:37 PM Subject: Re: [nyphp-talk] PHP, Browser or MySQL Problem Paul, When setting your cookies, try setting all params, including domain & path.

Re: [nyphp-talk] PHP, Browser or MySQL Problem

2008-03-20 Thread anoland
8 4:40 pm Subject: [nyphp-talk] PHP, Browser or MySQL Problem To: Reply-To: NYPHP Talk Has anybody run across this before? > > > >I am using three different browsers to test the same PHP scripts and MySQL >database. The application's scripts work by sharing/passing SESSIONS &

Re: [nyphp-talk] PHP, Browser or MySQL Problem

2008-03-19 Thread Tom Melendez
Since you've said they all access the same scripts, I'll assume that there is no instances of redirection or function calls based on browser, then? Can you pinpoint where it is that you are losing the session var (which page)? Have you looked at the sites with Live Headers (FF) and Fiddler (IE) t

Re: [nyphp-talk] PHP, Browser or MySQL Problem

2008-03-19 Thread Matt Juszczak
Most likely a cookies issue. Are cookies turned on in one browser but not in another? Configured differently? On Wed, 19 Mar 2008, PaulCheung wrote: Has anybody run across this before? I am using three different browsers to test the same PHP scripts and MySQL database. The application's

[nyphp-talk] PHP, Browser or MySQL Problem

2008-03-19 Thread PaulCheung
Has anybody run across this before? I am using three different browsers to test the same PHP scripts and MySQL database. The application's scripts work by sharing/passing SESSIONS variables. Here is the problem, in one browser (Explorer) all works as expected and the session variable nam