RE: [PHP-WIN] Self-calling script problem.

2004-07-06 Thread Gryffyn, Trevor
> > http://160.221.21.129/timelog/?user_id=9 > > This is what I don't understand. > The thing is, the correct call should be > > http://160.221.21.129/timelog/index.php?user_id=9 > > and inside you should have > > $user_id = $_GET['user_id']; > > Unless it is a

Re: [PHP-WIN] Self-calling script problem.

2004-07-05 Thread Garry Grierson
; >>>>The problem seems to be that the SESSION information isn't being found!? > >>>> > >>>>Any Ideas? > >>>> > >>>>"Trevor Gryffyn" <[EMAIL PROTECTED]> wrote in message > >>&g

Re: [PHP-WIN] Self-calling script problem.

2004-07-05 Thread Luis Moreira
"scriptname.php?userid=", you either need to use $_GET[] or $_REQUEST[] to retrieve the data. That could be why it's being 'ignored' -TG -Original Message----- From: Garry Grierson [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 7:25 AM To: [EM

Re: [PHP-WIN] Self-calling script problem.

2004-07-05 Thread Garry Grierson
> >>. > >>I don't see any $_GET['User_ID'] statements anywhere. When you pass a > >>value via the URL like "scriptname.php?userid=", you either need to > >>use $_GET[] or $_REQUEST[] to retrieve the data. That c

Re: [PHP-WIN] Self-calling script problem.

2004-07-05 Thread Luis Moreira
:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 7:25 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Self-calling script problem. I have a script that asks a user to login using an ID and password, it then displays a login menu based on the users access type. This script works on another machine, but

Re: [PHP-WIN] Self-calling script problem.

2004-07-05 Thread Garry Grierson
inal Message- > > From: Garry Grierson [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 17, 2004 7:25 AM > > To: [EMAIL PROTECTED] > > Subject: [PHP-WIN] Self-calling script problem. > > > > > > > > I have a script that asks a user to login using an ID

RE: [PHP-WIN] Self-calling script problem.

2004-06-18 Thread Gryffyn, Trevor
tion and you won't have a problem usually. Good luck! -TG > -Original Message- > From: Garry Grierson [mailto:[EMAIL PROTECTED] > Sent: Friday, June 18, 2004 7:14 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Self-calling script problem. > > > User_ID is set a

Re: [PHP-WIN] Self-calling script problem.

2004-06-18 Thread Garry Grierson
ke "scriptname.php?userid=", you either need to use $_GET[] or $_REQUEST[] to retrieve the data. That could be why it's being 'ignored' -TG > -Original Message- > From: Garry Grierson [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 17, 2004 7:25 AM &g

Re: [PHP-WIN] Self-calling script problem.

2004-06-18 Thread Garry Grierson
t's being 'ignored' -TG > -Original Message- > From: Garry Grierson [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 17, 2004 7:25 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Self-calling script problem. > > > > I have a script that asks a u

RE: [PHP-WIN] Self-calling script problem.

2004-06-17 Thread Gryffyn, Trevor
Message- > From: Garry Grierson [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 17, 2004 7:25 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] Self-calling script problem. > > > > I have a script that asks a user to login using an ID and > password, it then &

[PHP-WIN] Self-calling script problem.

2004-06-17 Thread Garry Grierson
I have a script that asks a user to login using an ID and password, it then displays a login menu based on the users access type. This script works on another machine, but I have attempted to set up PHP on two new machines and keep getting the same problem. The script runs but when the user