I have been using YUI 2.7.0 (http://developer.yahoo.com/yui/), and I have been trying to make something similar to this:
http://developer.yahoo.com/yui/examples ... ather.html
The code as it is, WORKS fine.
It's a pretty simple example, and I tried working my way implement something similar but I kept having getenv('QUERY_STRING') being nothing (i.e. empty). I went to the extend of just using the exact same code as given there with just one change in the php file.
This line of code:
Code: Select all
$url = 'http://xml.weather.yahoo.com/forecastrss?'.getenv('QUERY_STRING');Code: Select all
$url = 'http://developer.echonest.com/artist/'.getenv('QUERY_STRING').'/audio.rss';