Page 1 of 1

Help with Printing Invoices From Database

Posted: Thu Apr 09, 2009 3:13 pm
by bhansel
Hi,

I'm new to PHP and I have a project where invoice data is sitting in a database daily and I need to be able to print the invoices using PHP. I know this is vague but can anyone offer advice?

Thanks!
Beth

Re: Help with Printing Invoices From Database

Posted: Thu Apr 09, 2009 3:21 pm
by Christopher
If it is only to be used on a specific printer then you could probably just create it with HTML. For a more general solution I would recommend generating a PDF. There are a couple of PHP libraries that can help you with that. Google something like "php pdf library".