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
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
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
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
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
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