Quote:
Originally Posted by KGodel
With JSON you can get the contents on other sites. This is how many Streaming service APIs work. It's simply an ordered list. They keep it updated, whereas if I were to create one it'd be edited every time. I considered switching the keys and such but meh, I'm not sure how much it will make a difference.
I did switch to array_search though. 
|
Im pretty sure everyone here knows how json works. I would create a cron or fetch it on demand but I see no point in this situation since it is countries and i don't think a country is added/removed as often

Another thing to think about is what happens if the server you're fetching from is down? Well so will your "plugin"