I have a music website and on the tour dates page, it is a huge hassle to update the tables I have everytime I need to update it with new tour dates.
There are 4 different columns: Band, Date, Location, and Venue.
After that comes all of the data to be listed. I've seen this done with CGI before, but I'd like to get this working with PHP. I do have MySQL on my server, but I'd rather just use a flat text file for storing the information.
Right now I have the file looking like this:
Tool|4/25/01|Nijmegen, NET|Dynamo Open Air
Does anyone have some code I can use to call the data from the text file and put it into the tables automatically? This is a pretty simple thing to do, but I'm still learning how to do this stuff. Any help is appreciated, Thanks.