Page 1 of 1

Printing Multiple Pages with PHP

Posted: Fri Jan 29, 2010 5:41 pm
by kumarjitsen
Hi all,

I'm making an application where I need to generate commission statements for agents, and get them printed. The input is only the month, and the script must generate statement for all members in the database and print them one by one.

Is there a way to do it?

Re: Printing Multiple Pages with PHP

Posted: Fri Jan 29, 2010 6:11 pm
by klevis miho
What kind of statements?

Re: Printing Multiple Pages with PHP

Posted: Sat Jan 30, 2010 2:35 am
by kumarjitsen
Commission statements. Agents get commission for bring members under them, and there is a formula for hierarchical memberships and etc.

The point is every page that would be generated would have different content.