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

2004-07-05 Thread Garry Grierson
e 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 typo on your mail ... > > > Luis > > > > Garry Grierson wrote: > > >Both set t

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

2004-07-05 Thread Garry Grierson
Both set to: on "Luis Moreira" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Garry Grierson wrote: > > >If I do this by passing the paramiters back into the script via the header > >line it works OK. > >When I try to use the SESSION var

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

2004-07-05 Thread Garry Grierson
If I do this by passing the paramiters back into the script via the header line it works OK. When I try to use the SESSION variable it cant find the values, as I said this is working on another machine running identical op and browser software etc... Any ideas? "Garry Grierson" <[EM

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

[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