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
Help with Printing Invoices From Database
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Help with Printing Invoices From Database
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".
(#10850)