22:19
> >To: [EMAIL PROTECTED]
> >Subject: [PHP-DB] Problem with session function: URL Parameter
> >
> >
> >I would use the session functions with URL parameter but PHP can't
transmit
> >the SID to the link-URL.
> >
> >And this doesn't wor
>-Original Message-
>From: Robert Gruber [mailto:[EMAIL PROTECTED]]
>Sent: 26 September 2001 22:19
>To: [EMAIL PROTECTED]
>Subject: [PHP-DB] Problem with session function: URL Parameter
>
>
>I would use the session functions with URL parameter but PHP can't
I would use the session functions with URL parameter but PHP can't transmit
the SID to the link-URL.
This methods work:
1.
next
Result: http://admin/admin.phtml?PHPSESSID=85e6077fd4ff6bdd738707335f283ef5
2.
function Test()
{
window.location.href="admin/admin.phtml?=SID?>";
}
Resu