Re: [PHP] FPDF output to a variable

2004-11-24 Thread Jason Wong
On Thursday 25 November 2004 01:27, Justin Palmer wrote: > //Get the output and send the email send_mail.php > //uses the class MIME_mail (http://www.cetusa.org/temp/MIME.class.phps) > //WARNING I know that this is not how it is intended to be used, > //but this is the what I want to accomplish.

[PHP] FPDF output to a variable

2004-11-24 Thread Justin Palmer
Hi List, I have done some searching on Google and the Archives for what I am trying to do, but it seems I am searching up the wrong avenues. Here is my situation: I generate pdf files with fpdf (fpdf.org) and I would like to catch the output of the pdf stream into a variable so that I can attach