View Single Post
Old 12-03-2011, 09:35 PM  
sarettah
see you later, I'm gone
 
Industry Role:
Join Date: Oct 2002
Posts: 14,091
Quote:
Originally Posted by cam_girls View Post
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.
add curlopt_post and the curlopt_postfields to what smokey did.

curl_setopt($curl_handle, CURLOPT_POST, 1);
curl_setopt($curl_handle, CURLOPT_POSTFIELDS,"var=whatever&var1=whatever&var 2=whatever);
__________________
All cookies cleared!
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote