Curl + 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
lautarox
Forum Newbie
Posts: 1
Joined: Sat Jul 19, 2008 10:05 am

Curl + Cookies

Post by lautarox »

Hi everyone..
I'm triying to make an automate login that performs a series of searches on a webpage, I'm using curl to do this, I log in, and then I have to load some pages, etc, I'm making it as a command line application and I don't know how to store the cookies retrieved on login from the page and use it along the script and because of that I can't load any ohter web that requires that cookies..
Any suggestions?
Thanks
Post Reply