PHP curl function to simulate crawler (operation cookie brush paste example)
[code].lt; H, CURLOPT_COOKIEJAR, "E:/cookie.txt"); a
curl_setopt ($ch, CURLOPT_POST, 1);
curl_setopt ($ch, CURLOPT_POSTFIELDS, "XX") //xx represents the data
> = / / / / / / / / / / / / > H = curl_init ();
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / L_setopt ($ch, CURLOPT_URL, "http://www.mynit.net/post.php");
curl_setopt ($ch, CURLOPT_POST, 1);
curl_setopt ($ch, CURLOPT_POSTFIELDS, ");
$buf2 = curl_exec ($ch);
curl_close ($ch);
echo $buf2; / / return result
; $buf2;