Please add a GET-param based search, e.g. http://songrabbit.com/search?q=sabaton+primo+victoria (BTW., no results :(), so that we could add it to browsers as webjumps/quick searches/however it's called - e.g. so that I could type just: 'l sabaton primo victoria', and the browser would take me to your site :).
And then it stores the results in a session/cookie of some sort, because you can then access the lyrics for the results by going to
http://songrabbit.com/php/retrieve.php?i=0 (specifying the index number 0 as the offset from the start of the result set)...each result is broken apart by <++>..kind of an odd way of doing things though
Please add a GET-param based search, e.g. http://songrabbit.com/search?q=sabaton+primo+victoria (BTW., no results :(), so that we could add it to browsers as webjumps/quick searches/however it's called - e.g. so that I could type just: 'l sabaton primo victoria', and the browser would take me to your site :).