After thinking about it, this is probably the correct forum to post this ... sorry for the duplication ... anyway,
I am wanting to create static html pages from my mysql database tables. The route that I am attempting to take is to create a script that creates the directories and html files as needed. Like creating a category directory with multiple html files and directories beneath.
Using this method I will have to temporarily change file/directory permissions and feel this isn't the best route to go. Does anyone have any suggestions or can you direct me to some code on accomplishing this task? Is this something that I should really be doing only from the shell and not from site authenticated user pages? Any direction is appreciated.
Thanks,
Bill