October 19, 200916 yr Hi, I'm currently designing a site that would like to display tickets from seetickets.com. I got in touch with See and they have given me access to their event a prices data in .txt format. I'm basically wondering how I take that raw data and display it in a nicely styled table which is tabular. I have no experience with this what so ever and just wondered if anybody has done something like this before or if there's something else I need from See to get things working?? Thanks guys, Mitch
October 19, 200916 yr If it's comma separated text (or tab, semi colon etc) then you can import it into a database as a CSV. Then use a CMS, or your own custom code to take the data and display as you need.
Create an account or sign in to comment