Currently I am trying to return a publicly available XML resource, though when I use var_dump($resource) it returns string(4390) \" \".
This is my code. It does not show any errors but only the first 2 friends are tagged! for ($i=0;$i<count($friendsID);$i++)
How do I submit a JSON to SOLR using Zend_Client? Assume the JSON I am using is (It was taken from the SOLR WIKI, so I assume it is right).
My mini-web-appliance will submit data samples to a RoR app, which will add them to a MySQL table. I figured out how to form the POST data packet, but what I don\'t get is how to avoid the authentici
My code looks like this: curl = curl_easy_init(); if (curl) { headers = curl_slist_append(headers, client_id_header);
PHP Curl doesn\'t work when tried to get contents of a specific domain. The specific domain is \'www.net4winners.com.br\', it works with every domain but not with this domain, it always returns: \'ob
I\'m trying to download this image with PHP to edit it with GD. I found many solutions for image links, but this one is a download link.
I recently downloaded PEAR package and i\'m currently using HTTP_Requst2. It was working find until i tried posting to a site that included a hidden parameter that had a space in the value: &login
i use curl in centos 5.5 and curl like below to get the response from the url: curl 7.21.2 (x86_64-unknown-linux-gnu) libcurl/7.21.2 OpenSSL/0.9.8b zlib/1.2.3libidn/0.6.5
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.