RE: [PHP-DB] PHPSESSID how to append and access

2006-05-25 Thread Ford, Mike
On 25 May 2006 12:12, Girish Agarwal wrote: > Hi All, > I am using header("Location: > http://dv-medical/phpscripts/test.php";) function to hop from > one Page to > Another in My Web Application > My Problem is I have been unable to get the exact > syntax to append > the Session I

Re: [PHP-DB] PHPSESSID how to append and access

2006-05-25 Thread J R
On 5/25/06, Girish Agarwal <[EMAIL PROTECTED]> wrote: Hi All, I am using header("Location: http://dv-medical/phpscripts/test.php";) function to hop from one Page to Another in My Web Application My Problem is I have been unable to get the exact syntax to append the Session ID to

[PHP-DB] PHPSESSID how to append and access

2006-05-25 Thread Girish Agarwal
Hi All, I am using header("Location: http://dv-medical/phpscripts/test.php";) function to hop from one Page to Another in My Web Application My Problem is I have been unable to get the exact syntax to append the Session ID to the URL specified in the header so that it is available