You can save the cURL output as a string for further manipulation.
Following code takes care of:
// create curl resource $ch = curl_init(); // set url curl_setopt($ch, CURLOPT_URL, "http://example.com"); // return the transfer as a string curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // save output to string $output = curl_exec($ch); // close curl resource to free up [...]

Tags
Ad ADT Adword AJAX Android API balancing Binding Calling Class Column Configure Copy Curl Data Database Eclipse Error Gadget Google Hello ini ini_set Install Invite Javascript Late Linux Load Master Method MySQL Output PHP Playground Proxy Replication SeaMonkey Server Slave Static String Table Ubuntu upload_max_filesize

