26-03-2009 by mindog
Fatal error: Call to undefined function: file_put_contents() in /home/pradi/domains/pradi.lt/public_html/weather/parser/parser.php on line 22
1 Replies
26-03-2009 by Admin
The problem may be with your PHP version. The file_put_contents()function exists from PHP 5.* versions. A way of resolving the problem is to use the fwrite() function in stead.
The problem may be with your PHP version. The file_put_contents()function exists from PHP 5.* versions. A way of resolving the problem is to use the fwrite() function in stead.