Ok, i need to get the prices of items from newegg.com. I\'m an affiliate with them and i have permission.
I\'m sending a stringof XML tags and data in PHP to an API on another server that is expecting XML. we are sending the string via command line like this
i have a curl function that visits a website, logs in to said website, stores the cookie file, then can later read the cookie file to visit a page that would normally require a login.
I have two php pages. I want to fetch b.php in a.php. In my a.php: $ch = curl_init(\"b.php\"); echo(curl_exec($ch));
I\'m trying to get some JSON data from a url like this: $url = \'http://site.com/search.php?term=search term here\';
My task is to retrieve an xml from https://test24.highrisehq.com/tasks/upcoming.xml that is a secure connection and demands authentication. I am trying to achieve this using curl but I don\'t know why
I\'ve killed lots of time on this and now I am running out of debugging options. If anyone has encountered this problem before or even simply has a slight idea of what can be going wrong, please let m
Can we change this xml response into array. Please help me. <?xml version=\"1.0\" encoding=\"UTF-8\"?><soapenv:Envelope xmlns:soapenv=\"http://schemas.xmlsoap.org/soap/envelope/\" xmlns:xsd=
I have 开发者_开发问答a xml file in my local directory. I need to send this file to the destination url via http POST using curl. I\'ve used following command but this gives me error -
How could I login to Youtube using curl? I foun开发者_如何学God some articles here, but none of the code\'s seem to be working anymore. Any ideas?As far as I know, you can\'t login to YouTube using cU