daydreamer Posted February 3, 2008 Share Posted February 3, 2008 Hello. I am nearly brand new to PHP, ive only used it to make a simple email form. Im currently also learning java and visual basic also. So try to explain any help/advice fully! Anyway. How would I automatically sign into a website using PHP? E.g. User enters details on my site (username, password) > PHP on my server > Gos to www.hotmail.com, signs in using information user provides. Is this possible? Ive done a bit of research, I read on another forum this may be possible with PHP CURL? http://uk3.php.net/curl Any help, advice, URLs etc would be appreciated! Thanks Enzo Quote Link to comment https://forums.phpfreaks.com/topic/89158-automatically-filling-out-forms/ Share on other sites More sharing options...
trq Posted February 3, 2008 Share Posted February 3, 2008 Yes, curl is exactly what your looking for. Quote Link to comment https://forums.phpfreaks.com/topic/89158-automatically-filling-out-forms/#findComment-456574 Share on other sites More sharing options...
Northern Flame Posted February 3, 2008 Share Posted February 3, 2008 or you could simply have the form from your website point to the website you want the details to be submitted into.... cURL() is a bit more difficult to do and if you simply just want to login a user from your website to another website and thats it, i would just point the form to their website.... Quote Link to comment https://forums.phpfreaks.com/topic/89158-automatically-filling-out-forms/#findComment-456587 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.