Hi, i know this is place is wrong for this post, but i donīt know where put it.
With PHP and Curl i want to get some post of forums, but server doesn īt response when i request.
I set up user agent too but no response, what headerīs tag is needed for correct response?
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);
$error = curl_exec($ch);
Why?
With PHP and Curl i want to get some post of forums, but server doesn īt response when i request.
I set up user agent too but no response, what headerīs tag is needed for correct response?
curl_setopt($ch, CURLOPT_USERAGENT, $userAgent);
curl_setopt($ch, CURLOPT_FILE, $fp);
curl_setopt($ch, CURLOPT_HEADER, 0);
$error = curl_exec($ch);
Why?