Oct 13, 2004 #1 lenelene Programmer Dec 10, 2002 57 MY i want my webpage to display weather automatically from any particular website that provides weather information using php codes. how to write the php coding?
i want my webpage to display weather automatically from any particular website that provides weather information using php codes. how to write the php coding?
Oct 14, 2004 #2 SPYDERIX Technical User Jan 11, 2002 1,899 CA You know you can always just show a weather box from The Weather Network NATE http://www.mainframe-webdesign.com Got a question? Search G O O G L E for links to the fastest answers: www.google.com Upvote 0 Downvote
You know you can always just show a weather box from The Weather Network NATE http://www.mainframe-webdesign.com Got a question? Search G O O G L E for links to the fastest answers: www.google.com
Oct 14, 2004 #3 ericbrunson Technical User Jan 9, 2004 2,092 US Look at the weather plugins for squirrelmail, those should be a good starting place for example code. http://www.squirrelmail.org/plugins_category.php?category_id=4 Upvote 0 Downvote
Look at the weather plugins for squirrelmail, those should be a good starting place for example code. http://www.squirrelmail.org/plugins_category.php?category_id=4
Oct 14, 2004 #4 Olavxxx Programmer Sep 21, 2004 1,134 NO Hi! I made this java program, called vaerdata.. it's located at http://www.sourceforge.net/projects/vaerdata It can not help you, but I made it, inspired by a php script. it uses METARDATA for weather! search for +metardata +php +script they are usually a bit "dumb", but metardata is a standard, encoded weather. the entire weather will be a very short string! you then decode the string and display nice icons, etc. for the user. I would recommend implementing an iso3166 countrycode table, for the user to choose. tell me if you need more information Upvote 0 Downvote
Hi! I made this java program, called vaerdata.. it's located at http://www.sourceforge.net/projects/vaerdata It can not help you, but I made it, inspired by a php script. it uses METARDATA for weather! search for +metardata +php +script they are usually a bit "dumb", but metardata is a standard, encoded weather. the entire weather will be a very short string! you then decode the string and display nice icons, etc. for the user. I would recommend implementing an iso3166 countrycode table, for the user to choose. tell me if you need more information