weather

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alotofmath
Forum Newbie
Posts: 1
Joined: Sun Apr 01, 2012 4:04 pm

weather

Post by alotofmath »

Hi,
I'm trying to add weather to a site via the Yahoo weather api, as in this site:

http://www.18aproductions.co.uk/

There are instructions provided here:

http://www.18aproductions.co.uk/yahoo-w ... api-mashup

I'm using the code on the site; but, not getting the weather to display.

I'm fairly new...any ideas how I can implement this?

Thanks,

Michael
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: weather

Post by califdon »

Probably because your website is not running CodeIgniter framework. You should go to Yahoo for your instructions, not a user of their services, because of just this sort of problem. I've never used the Yahoo API for weather, so I have no specific knowledge of how to do it, but Yahoo usually has good instructions for their APIs. Just go to Google (or Yahoo :)) and look for yahoo weather api.
Post Reply