limessl Posted January 15, 2010 Share Posted January 15, 2010 I've been given an API that requires data to be sent to it in the form of application/x-www-form-urlencoded. All I have at the moment is a list of variables that I have to send and..... well that's about it to be honest. I've googled for an hour and found no examples of coding which give me a start in how to construct a php script to send the variables and then get the response (and moreso, turn the response into a load of $_post fields!!!!) Does anyone know of anything that could get me started? Link to comment https://forums.phpfreaks.com/topic/188601-php-code-for-api-using-mime-urlencode-required/ Share on other sites More sharing options...
trq Posted January 15, 2010 Share Posted January 15, 2010 The curl extension manual. Link to comment https://forums.phpfreaks.com/topic/188601-php-code-for-api-using-mime-urlencode-required/#findComment-995799 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.