Re: Re[2]: [PHP] Script not working from one computer

2002-12-11 Thread DL Neil
> > > I have a feeling it's going to work out to be something stupidly > > > simple... like these problems always do. :) > > =embarrassingly so! If you're taking this all off a user's say-so, > then it > > sounds like an eyeball job to me... > I never did solve it, but it came down to a weird cooki

RE: Re[2]: [PHP] Script not working from one computer

2002-12-10 Thread John W. Holmes
> > I have a feeling it's going to work out to be something stupidly > > simple... like these problems always do. :) > > =embarrassingly so! If you're taking this all off a user's say-so, then it > sounds like an eyeball job to me... > =dn I never did solve it, but it came down to a weird cookie

Re: Re[2]: [PHP] Script not working from one computer

2002-12-10 Thread DL Neil
John, > > > You mention that it is a login script and that input is rejected. Is > it > > > rejected when it is initially typed in, or is it reported as > rejected > > when > > > ensuing pages are served? > When it's initially typed in. =do you have multiple 'environments' (eg VHosts or even phys

Re: [PHP] Script not working from one computer

2002-12-10 Thread @ Edwin
Hello, "1LT John W. Holmes" <[EMAIL PROTECTED]> wrote: ...[snip]... > Browser's are the same (128bit). It's not a laptop. > The web page can pull up You mean, the web "browser", right? :) > any other external web page correctly. And, I assume pull up "external web page" means web pages serve

RE: Re[2]: [PHP] Script not working from one computer

2002-12-10 Thread John W. Holmes
> > You mention that it is a login script and that input is rejected. Is it > > rejected when it is initially typed in, or is it reported as rejected > when > > ensuing pages are served? When it's initially typed in. > > Please check the IE on the offending machine. Does it have security > > set

Re: Re[2]: [PHP] Script not working from one computer

2002-12-10 Thread Jason Wong
On Tuesday 10 December 2002 17:11, DL Neil wrote: > Hi John, > > You mention that it is a login script and that input is rejected. Is it > rejected when it is initially typed in, or is it reported as rejected when > ensuing pages are served? > > Please check the IE on the offending machine. Does it

Re: Re[2]: [PHP] Script not working from one computer

2002-12-10 Thread DL Neil
Hi John, You mention that it is a login script and that input is rejected. Is it rejected when it is initially typed in, or is it reported as rejected when ensuing pages are served? Please check the IE on the offending machine. Does it have security settings that forbid cookies? Check the ipconf

Re[2]: [PHP] Script not working from one computer

2002-12-09 Thread Tom Rogers
Original Message- >> From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] >> Sent: 05 December 2002 14:10 >> To: php-general >> Cc: heflinaw >> Subject: [PHP] Script not working from one computer >> >> >> I know, PHP is executed server side, so it

RE: [PHP] Script not working from one computer

2002-12-09 Thread Rich Gray
2002 16:32 To: M.A.Bond; php-general Cc: heflinaw Subject: Re: [PHP] Script not working from one computer > Have you checked: > > Browser versions? (is the browser the same type/version as on the other > machines) > Is it a laptop? If so, are you using the internal keyboard with Numlo

Re: [PHP] Script not working from one computer

2002-12-09 Thread 1LT John W. Holmes
that works fine from every other computer. Anyone else have any other ideas? ---John Holmes... > -Original Message- > From: 1LT John W. Holmes [mailto:[EMAIL PROTECTED]] > Sent: 05 December 2002 14:10 > To: php-general > Cc: heflinaw > Subject: [PHP] Script not working fro

RE: [PHP] Script not working from one computer

2002-12-05 Thread M.A.Bond
not working from one computer I know, PHP is executed server side, so it shouldn't matter about the computer, but... I've got a basic log in script that takes username and password and does the typical SELECT to find a match. If it's good, it sets some session variables and redi

Re: [PHP] Script not working from one computer

2002-12-05 Thread @ Edwin
Hello, "1LT John W. Holmes" <[EMAIL PROTECTED]> wrote: [snip] > So, I'm sure it's not the PHP script, so I'm looking for ideas of what I > should check, settings wise, on the client computer? Any help is greatly > appreciated. [/snip] Well, "my magic PHP 8-ball says..." Just kidding :) Anyway, h

[PHP] Script not working from one computer

2002-12-05 Thread 1LT John W. Holmes
I know, PHP is executed server side, so it shouldn't matter about the computer, but... I've got a basic log in script that takes username and password and does the typical SELECT to find a match. If it's good, it sets some session variables and redirects to a main page, otherwise redirects back