Re: [PHP] using PHP script to simulate a login

2004-07-16 Thread Justin Patrin
On Fri, 16 Jul 2004 20:38:22 -0400, Alex Shi <[EMAIL PROTECTED]> wrote: > > On Fri, 16 Jul 2004 19:23:30 -0400, Alex Shi <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > We have a web interface to do following: > > > 1. login > > > 2. check phone number (maybe thousands of) > > > 3. logout. > > > >

Re: [PHP] using PHP script to simulate a login

2004-07-16 Thread Alex Shi
> On Fri, 16 Jul 2004 19:23:30 -0400, Alex Shi <[EMAIL PROTECTED]> wrote: > > Hi, > > > > We have a web interface to do following: > > 1. login > > 2. check phone number (maybe thousands of) > > 3. logout. > > > > I am just wondering is it possible to use a php script to simulate > > the three st

Re: [PHP] using PHP script to simulate a login

2004-07-16 Thread Justin Patrin
On Fri, 16 Jul 2004 19:23:30 -0400, Alex Shi <[EMAIL PROTECTED]> wrote: > Hi, > > We have a web interface to do following: > 1. login > 2. check phone number (maybe thousands of) > 3. logout. > > I am just wondering is it possible to use a php script to simulate > the three steps? I understand th

[PHP] using PHP script to simulate a login

2004-07-16 Thread Alex Shi
Hi, We have a web interface to do following: 1. login 2. check phone number (maybe thousands of) 3. logout. I am just wondering is it possible to use a php script to simulate the three steps? I understand that after login the web server will send a cookie to browser, so in that way a session ca