Returning different images through PHP.
        Posted  
        
            by Espresso
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Espresso
        
        
        
        Published on 2010-06-13T21:08:28Z
        Indexed on 
            2010/06/13
            21:12 UTC
        
        
        Read the original article
        Hit count: 316
        
There's a status indicator code for AIM which returns two different images depending on your status (on/offline) which was done in PHP and with the AIM API.
<img src="http://big.oscar.aol.com/USERNAME?on_url=ON_IMAGE&off_url=OFF_IMAGE">
I was looking for a Last.fm widget that shows JUST the album cover I'm listening to or the last album I listened to, but couldn't find it.
How do I go along making it using PHP and the Last.fm API.
© Stack Overflow or respective owner