Quote:
Originally Posted by DeviousBros.
I've got a custom page generating script that I need some modifications to.
The basic premise of this PHP script is that an .html template file is uploaded to the server, along with a formatted .txt file containing content - the script inputs the text content into the html template and generates the pages to a downloadable zip file.
I want to add a few advanced features using this basic premise.
Leave your contact info here. Thanks in advance.
|
Sounds like a really convoluted way of doing that. Wouldn't it make more sense to input a bunch of text into form fields and spit out a downloadable zip instead? or there a reason you are doing it like this specifically?