Database printing

wxdqz

New Member
Hi

I need a bit of advice. I'm trying to develop a billing system for a few thousand subscribers, and I'm implementing it with PostgreSQL with PHP4 as the host language.

I need some advice though. I will be generating several billing statements per month and I would like to know
whether it's better to let the server do the printing or the can we get the client to handle it?

What's the best way to let PHP-based systems perform mass printing?

If I let the server do the printing, will it be okay to generate the billing statements through groff (security-wise)?
 
Back
Top