Forum Moderators: coopster
I've lined up some questions throughout several PHP-scripted pages which result in a "built" contract (depending on how they answered the questions-which paragraphs were included in the contract). Now, I'm trying to find a way to take the finalized contract (titled "final_[system]_[phase].php") and copy the contents to a downloadable (whether .doc or .txt) file so that customers can have their own copy.
I thought about writing some MASSIVE loop statements to determine a static file for each, individual contract,(each final document can have 10 - 12 different additions) but it would be easier if I could find a way to select ALL the text from the "final_[system]_[phase].php"-page and make that their downloadable file. Any suggestions? I really appreciate ANY help. Thanks,
Richard_A
[edited by: Richard_A at 9:14 pm (utc) on Aug. 10, 2007]