Hi,

> $test = "The session data was transferred.";
> echo "Click this link: <a href=\"test2.php?".SID."\">test2.php</a>";

change this to <a href=\"test2.php?id=$PHPSESSID\">test2.php</a>";

you need to specify a variable name first behind the ?. It worked
for me on NS 4.75

Johannes

>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to