kalisky Posted June 30, 2009 Share Posted June 30, 2009 Hi, I have a PHP server, and a page that received some POST information (let's say some fields and a file in the _FILES array). Now, let's say I want to post all that information other servers, can I do that? Note: I don't want the client to be redirected, I want the server to perform all the work. Thanks. Link to comment https://forums.phpfreaks.com/topic/164225-posting-all-post-information-to-another-server/ Share on other sites More sharing options...
trq Posted June 30, 2009 Share Posted June 30, 2009 curl. Link to comment https://forums.phpfreaks.com/topic/164225-posting-all-post-information-to-another-server/#findComment-866246 Share on other sites More sharing options...
kalisky Posted June 30, 2009 Author Share Posted June 30, 2009 But how do I pass the uploaded file? Link to comment https://forums.phpfreaks.com/topic/164225-posting-all-post-information-to-another-server/#findComment-866261 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.