View Single Post
Old 12-03-2011, 09:13 PM  
cam_girls
So Fucking Banned
 
Industry Role:
Join Date: Apr 2009
Posts: 2,968
Quote:
Originally Posted by SmokeyTheBear View Post
<?php
$curl_handle=curl_init();
curl_setopt($curl_handle,CURLOPT_URL,'http://example.com/folder/file.html');
curl_setopt($curl_handle,CURLOPT_RETURNTRANSFER,1) ;
$buffer = curl_exec($curl_handle);
curl_close($curl_handle);
echo $buffer;
?>

Smokey can you help me with a script that uses $curl to send an XML request with POST?

I need to read the XML stats and populate my Aff Program tables.
cam_girls is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote