Quote:
Originally posted by JJR512
It sounds like for some reason, the weather_functions.php file is being included/required twice. Did you turn the weather_include.txt file into a PHP file and include it in your phpinclude template? If so, the problem is probably that both the weather.php file and the weather_include.php file would try to include weather_functions.php. Try removing the line in weather.php that requires weather_functions.php and see if it works like that.
|
Ok, that's fixed, but when refreshing a page I get the below result.
I have another question...would I be possible to make it display weather for only a single city that I set it to? And not allow users to change it?