I installed myvbindex correct but my 1 problem is when i turn on the weather it gives me and error when loading the home page.
Fatal error: Call to undefined function: fsockopen() in /users/blahblah.com/mysitehere/index.php on line 614
Here's how my line 614 looks.
$rawdata = fsockopen('www.msnbc.com',80,$num_error,$str_error ,30);
Please if anyone could help i would be grateful.
|