ochi Posted January 25, 2010 Share Posted January 25, 2010 hello! I'm not sure about if it's possible what I want to do: I have a log in the server computer, but the values I have to store there are from a form in an external web site. Could I do that? If it isn't possible, I thougt copy the web site in my computer with: file_get_contents("url"); And send the parameters in the form to the correct IP address. Could I do that? I hope you undestand me! It's very difficult to explain! Thank you. Regards Link to comment https://forums.phpfreaks.com/topic/189707-form-in-a-external-web-site/ Share on other sites More sharing options...
oni-kun Posted January 25, 2010 Share Posted January 25, 2010 You'd need to use curl for site authentication, you can set/get cookies and provide POST data where needed for logging in. Link to comment https://forums.phpfreaks.com/topic/189707-form-in-a-external-web-site/#findComment-1001193 Share on other sites More sharing options...
ochi Posted January 25, 2010 Author Share Posted January 25, 2010 Thanks! Link to comment https://forums.phpfreaks.com/topic/189707-form-in-a-external-web-site/#findComment-1001235 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.