I found a lyrics API at http://www.lyrdb.com/services/lws-tech.php. It basically returns a set of results upon being queried. I am not well versed with PHP to be frank, but I have a clue about this somewhat, that the result set returned needs to be stored in a String variable and then the song ID extracted from it that the user clicks on, to retrieve the lyrics via the song ID.
Can anyone help me in scripting this please! Appreciate your help so much 🙂
Thanks.
No one can teach you PHP on SO. However to get you started you basically need two functions of PHP.
Below is a sample code which will do this for you:
This fetches lyrics for all the results returned from first query.
You might just want to do it on limited set of data.