|
Posted by guitarromantic on 02/18/06 21:20
For lyrics, you could just add your variable to the query URL of some
lyrics site (be careful though, many of these have spyware popups), ie:
$artist = "eric clapton";
echo "$artist lyrics: click here: <a
href="http://search.azlyrics.com/cgi-bin/azseek.cgi?q=$artist">lyrics</a>";
Similar kinda thing for say, Amazon.com which will have most album
details. There are scripts out there that can lookup images from
Amazon's index using queries, google around for those.
Navigation:
[Reply to this message]
|