I have 3 HTML files broken up into header, content and footer.
I have these in seperate flat text files.

I am currently reading them in using
fopen() and then outputting them to the browser, which is working but I can not seem to get the contents of the text files, (all in straight HTML code)to write to a seperate output file using
fputs().
Might anyone know what might the problem be?
Michael.