Pick several examples from other websites: the PHP code [code]$cookie_jar = tempnam ('./tmp','cookie'); $ch = curl_init (); curl_setopt ($ch, CURLOPT_URL, 1); 1 2 3 4 5 6 7