Quote:
Originally Posted by cam_girls
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);