blademast3r Posted January 14, 2010 Share Posted January 14, 2010 Hey guys... Im new here but not that new to php Just wanna know how i can send username and password to a website.. login to that page.. and download it... is it possible? this wud be very helpful for the application im developing..thanks in advance! happy coding Link to comment https://forums.phpfreaks.com/topic/188474-how-do-i-send-username-and-password-to-a-website-and-retreive-a-page/ Share on other sites More sharing options...
mikesta707 Posted January 14, 2010 Share Posted January 14, 2010 I would start off with Curl. There are a lot of tutorials on the internet for it, and logging into other websites via curl is pretty common. basic tutorials: http://phpsense.com/php/php-curl-functions.html , http://www.askaboutphp.com/65/php-basics-accessing-remote-urls-using-curl.html Link to comment https://forums.phpfreaks.com/topic/188474-how-do-i-send-username-and-password-to-a-website-and-retreive-a-page/#findComment-995023 Share on other sites More sharing options...
blademast3r Posted January 14, 2010 Author Share Posted January 14, 2010 thanks for the speedy reply.. will surely give it a try.. Link to comment https://forums.phpfreaks.com/topic/188474-how-do-i-send-username-and-password-to-a-website-and-retreive-a-page/#findComment-995025 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.