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 can be kept 
at the visiter's end in correspondance to the web server. However
I have no idea is it possible for a script to simulate browser's 
session handling? 

Alex

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to