ahman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 17:45
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] RE:[newbie]session problem
Hiya
Futher investigation has lead me to some strange results. I checked
phpinfo() and made sure "register global variables is set=on&quo
inal Message-
From: toby z [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 18, 2003 14:36
To: Bobby Rahman; [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] RE:[newbie]session problem
hi
try this
initiate session on proc.php
// init sessn
session_start();
// register session variblez ! ! ! !
session_re
:)
From: toby z <[EMAIL PROTECTED]>
To: Bobby Rahman <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: [PHP-WIN] RE:[newbie]session problem Date: Tue, 18 Mar 2003
09:05:56 + (GMT)
hi
try this
initiate session on proc.php
// init sessn
session_start();
// register session
hi
try this
initiate session on proc.php
// init sessn
session_start();
// register session variblez ! ! ! !
session_register("SESSN");
chech for session set on sum_page.php
hope thid helps
good luck
toby
--- Bobby Rahman <[EMAIL PROTECT
On Tue, Mar 18, 2003 at 01:00:08AM +, Bobby Rahman wrote:
>
>
> Hiya,
>
> Im running php4.2.3 on Win98 and apache 2.0.43.
> I am having troubles passing variables from page to page.
> I try to use:
>
> session_start();
> session_register("test");
>
>
> when echo $test on a different page
Hiya,
Im running php4.2.3 on Win98 and apache 2.0.43.
I am having troubles passing variables from page to page.
I try to use:
session_start();
session_register("test");
when echo $test on a different page it seems to be empty
when not called from within the page originally created.
I have sessio