Hi all,
I’m wanting to store some information such that another script can generate a daily podcast. The informations are 1 date, 4 lines of text and a picture for each day of the year. the 4 lines of text have space and commas and full stop etc.
I’ll need to be able to access these data to do weekly and monthly material. Also these data has to be available to php script that will automatically add to my wordpress blog.
Should I use mysql or just a simple text file? Which would be easier to work with in applescript?