I’m using a basic blog script that posts to a .dat file.
My directory structure has one folder for each day of the month. Within each, there is the PHP page and a .dat file for the “blog” calendar entries.
I am needing to calling data from each .dat file in each folder (30 folders in each month) into one webpage.
Any suggestions?
Thanks…