Livescores.com.ng -fsockopen Function In My Php.ini

I will like to implement the livescore.in soccer results on my website www.livescores.com.ng but my host provider-bluehost.com have not been cooperative and supportive. I keep receiving this error even after implementing the fsockopen function in my php.ini :

< ?php if (strpos($con = ini_get("disable_functions"), "fsockopen") === false) {if (is_resource($fs = fsockopen("www.livescore.in", 80, $errno, $errstr, 3)) & & !($stop = $write = !fwrite($fs, "GET //free/lsapi HTTP/1.1\r\nHost: www.li…

Leave a Reply

Your email address will not be published. Required fields are marked *