All4172 Posted December 17, 2006 Share Posted December 17, 2006 I've been researching and laying out my design of how I need a script to work.Basically there is 3 main parts:1) Go to URL http://www.site.com/forum/ and login with a UN and PW2) Retrieve Session Cookies3) Create new threadBasically I'm automizing posting of threads in a forum. My question lies in the fact of how to go to to a URL, retrieve information, and then go to URL two after getting that required information? Link to comment https://forums.phpfreaks.com/topic/30928-php-logging-in-to-urls/ Share on other sites More sharing options...
trq Posted December 17, 2006 Share Posted December 17, 2006 Take a look at the [url=http://php.net/curl]curl[/url] extension. Link to comment https://forums.phpfreaks.com/topic/30928-php-logging-in-to-urls/#findComment-142701 Share on other sites More sharing options...
All4172 Posted December 17, 2006 Author Share Posted December 17, 2006 Ok thanks I will investigate that.For those looking to see how Curl works I found this: http://www.phpfreaks.com/tutorials/49/1.php Link to comment https://forums.phpfreaks.com/topic/30928-php-logging-in-to-urls/#findComment-142709 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.