Search results

  1. B

    cUrl problems... :\

    Hi! My first post! :D Do you see something wrong whit this piece of code? function get_url_contents($url){ $crl = curl_init(); $timeout = 10; curl_setopt ($crl, CURLOPT_URL,$url); curl_setopt ($crl, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($crl...
Top