Hello! I am trying to load weather data from the API using PHP, and I am following the instructions of this article.
I have run into some issues however.
I am getting errors saying that $locationInstance and $days are undefined variables and I am not super sure what is supposed to go there.
Also I was wondering what the format is for what needs to be loaded into the extractParam function? It is not super clear from the article.
Any help on this would be super appreciated!