johnsmith153 Posted November 12, 2009 Share Posted November 12, 2009 I am using cURL in PHP and will POST to a page using an url like this: www.site.com/page.php?a=12345&b=abcd etc. If I type this into a web browser I get something displayed on screen like this: 1455,7373 There will never be any more info than this. What I need to know is how do I do cURL so it receives these values? I can POST using cURL but then want to be adding something at the end like: $var = received from cURL; //$var now holds "1455,7373" Is this possible? Link to comment https://forums.phpfreaks.com/topic/181266-curl-how-grab-output-of-the-url-posting-to/ Share on other sites More sharing options...
Garethp Posted November 12, 2009 Share Posted November 12, 2009 Check this out http://devzone.zend.com/article/1081 In that article they display the results of curl, so it should help you Link to comment https://forums.phpfreaks.com/topic/181266-curl-how-grab-output-of-the-url-posting-to/#findComment-956270 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.