Ok, I'm trying to make an application for an online Radio Station.
I have it set to read the song title and artist and write it to a text file on the webserver.
I want to have the application store the text in a string or a cache, and then reread it every 15 seconds and if it isn't the same then update the info box.
Where the text is stored: http://xcastradio.com/stats/nowplaying.txt
I don't need it coded for me. I would just like to know how to store text in a string from a website.