Web Hosting Talk







View Full Version : Don't Know Where To Begin


MikeyCouture
04-10-2006, 06:26 PM
i'm trying to set up a website that takes the data from pride.hofstra.edu/~ehjelm1/sirius/tracker.txt? which pulls the song and artist name from a Sirius radio, and turn it into a website that has the name of the station and then next to that name of the station and its station icon the song / artist info from that txt file. I have no idea where to begin in creating this, can anyone give me any ideas?


Thanks
Mike
Mike@MikeyCouture.Net

sdnet
04-10-2006, 10:07 PM
Looks like you're going to have to do some string manipulation, here. Can you post an example of what the text file looks like?

Subfusion
04-11-2006, 06:59 AM
The first thing you're going to need to do (If your going to use PHP for this) is open a socket and grab the data from that site; then you're going to need to seperate the data using arrays.

Once you got the data sorted out in arrays it should be easy to figure it out what to do next, but just like sdnet said, we need an example of what the text file looks like.