Bertiethedog
Programmer
At the moment I get a string out of fpdf to pass on to phpmailer.
$pdfstring = $pdf->Output("","S");
This all works fine with a lot of help from yourselves.
My customer wants a screen that gives him the option of printing or sending as an email or both.
I am unable to write local files because of a permissions problem, and if it wont work on my machine my customers machines are a completly unknown quantity & 250 miles away.
Is it possible to print the string then send an eMail?
Your ideas would be greatly appreciated.
Richard
$pdfstring = $pdf->Output("","S");
This all works fine with a lot of help from yourselves.
My customer wants a screen that gives him the option of printing or sending as an email or both.
I am unable to write local files because of a permissions problem, and if it wont work on my machine my customers machines are a completly unknown quantity & 250 miles away.
Is it possible to print the string then send an eMail?
Your ideas would be greatly appreciated.
Richard