Printing Multiple Pages with PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kumarjitsen
Forum Newbie
Posts: 2
Joined: Fri Jan 29, 2010 5:36 pm

Printing Multiple Pages with PHP

Post 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?
klevis miho
Forum Contributor
Posts: 413
Joined: Wed Oct 29, 2008 2:59 pm
Location: Albania
Contact:

Re: Printing Multiple Pages with PHP

Post by klevis miho »

What kind of statements?
kumarjitsen
Forum Newbie
Posts: 2
Joined: Fri Jan 29, 2010 5:36 pm

Re: Printing Multiple Pages with PHP

Post 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.
Post Reply