Michael Cotterell
By: a guest | Feb 16th, 2009 | Syntax:
PHP | Size: 0.50 KB | Hits: 216 | Expires: Never
// CURRENTLY 266 characters...
// If I remove "http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key=".
// and put http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key= in the
// "a" file, then the code is 200 characters long.
<form>Artist<input name=artist>Album<input name=album><input type=submit><p>
<?$q=$_SERVER[QUERY_STRING
];$k=file(a
);if
($q){$x=simplexml_load_file("http://ws.audioscrobbler.com/2.0/?method=album.getinfo&api_key=".$k[0]."&".$q)->album->image;?><img src=
<?=end($x);}?>>