Re: [PHP-DB] Problem with session function: URL Parameter

2001-09-26 Thread Robert Gruber
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

RE: [PHP-DB] Problem with session function: URL Parameter

2001-09-26 Thread Jason Wong
>-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

[PHP-DB] Problem with session function: URL Parameter

2001-09-26 Thread Robert Gruber
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?"; } Resu