[PHP] Transferring an initiated Session to a Browser !!

2004-01-30 Thread Admin - CpanelPlus
Hi all, I Need to access certain data in a Page protected by user login. I have written a script with socket functions which connect to port 80 and automates what any browser does. That's Ok .. Now I have the Data What I wanted in a variable. But I am also in need of a Mechanism where I can

Re: [PHP] Transferring an initiated Session to a Browser !!

2004-01-30 Thread Matt Matijevich
snip But I am also in need of a Mechanism where I can transfer an Initiated session to the User's Browser ... ( Not Just OutPutting the above variable .. But actually Transferring the Session to the User's Browser ) /snip not sure I understand 100% what you mean. You could send a cookie or

Re: [PHP] Transferring an initiated Session to a Browser !!

2004-01-30 Thread John W. Holmes
From: Admin - CpanelPlus [EMAIL PROTECTED] I Need to access certain data in a Page protected by user login. I have written a script with socket functions which connect to port 80 and automates what any browser does. That's Ok .. Now I have the Data What I wanted in a variable. But I am also