Does anyone know why i can curl my own site (which is www.letajobb.tk), but not an external site.
for instance, this works.
<?php
$ch = curl_init() or die(curl_error($ch));
curl_setopt($ch, CURLOPT_TIMEOUT, 20);
curl_setopt($ch, CURLOPT_URL,"www.letajobb.tk");
curl_setopt($ch...