Client Side HTTP Libraries? (client side cookies)

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kevtrice
Forum Newbie
Posts: 1
Joined: Fri Apr 14, 2006 2:18 am
Location: MIT - Cambridge, MA

Client Side HTTP Libraries? (client side cookies)

Post by kevtrice »

I am looking to build something that can access websites, particularly ones that I need to log in to that require me to have cookies. Basically I want to do things form the client side in PHP as well. I have used LWP (http://www.linpro.no/lwp/) in Perl, but I am looking for something like this in PHP. Does anyone know of anything?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply