> is it possible to write a script that can screen scrape a 
> site that uses session cookies for authentication? the reasoning 
> for this is so that i can add check boxes to a list so i can reset 
> more then one port on my isp router at a time. thanks

You could have cURL make POST and GET requests to the remote server,
show headers (thus displaying the cookies), and parse the output
so that you can find the cookie values in your script.

cURL: http://curl.haxx.se/

Jason

-- 
Jason Murray
[EMAIL PROTECTED]
Web Design Team, Melbourne IT
Fetch the comfy chair!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to