mcguile25 Posted October 6, 2006 Share Posted October 6, 2006 Hi, what I want to do is have a PHP script on my server be able to send a username and password to a web form on a different server. First of all, is this possible? Can I just send a POST request to the "action" of the web form with the username and password variables? Or is a bit more complicated?Thanks. Link to comment https://forums.phpfreaks.com/topic/23217-automatically-fill-in-a-web-form/ Share on other sites More sharing options...
Destruction Posted October 6, 2006 Share Posted October 6, 2006 You may wish to look up CURL functions in the php manual. These enable you to do this.HTHDest Link to comment https://forums.phpfreaks.com/topic/23217-automatically-fill-in-a-web-form/#findComment-105264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.