okay, I am getting closer i think.... but stuck on this:
How can I add to this, documents which need to be 'created' first?
For example, "printproposal.php?idField=VARIABLE" creates a PDF letter on letterhead to that specific person.
Including like so, below, gives me errors. How can I do this?
$fileatt = "printproposal.php?idField=143"; // Path to the file
Concerning the script found here:
http://codewalkers.com/seecode/231.html