Jump to content

Automatically filling out forms.


daydreamer

Recommended Posts

Hello. 8)

 

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

 

 

Link to comment
https://forums.phpfreaks.com/topic/89158-automatically-filling-out-forms/
Share on other sites

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....

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.