I am writing a little web app for ocean tides using PHP. I am having problems figuring out how to access the array returned (which PHP converted to a stdObject).
I\'m attempting to use SOAPClient to query the NOAA SOAP API for some specific information.A typical query to the service goes something like this, according to this blog post:
I\'m trying to get some DAP data from noaa, but can\'t figure out how to pass variables to it. I\'ve looked and looked and haven\'t found how to just poke around at it with my browser. The data is loc
I am trying to use the NOAA API for current weather conditions observations and don\'t know if there is an enumerated list of all the possible weather conditions that they can generate.
I have an ASP.Net page that contains a <div> with an <img> tag within. The image is large so the <div> is set with a size of 500x500 pixels with overflow set to scroll.