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?
Printing Multiple Pages with PHP
Moderator: General Moderators
-
kumarjitsen
- Forum Newbie
- Posts: 2
- Joined: Fri Jan 29, 2010 5:36 pm
-
klevis miho
- Forum Contributor
- Posts: 413
- Joined: Wed Oct 29, 2008 2:59 pm
- Location: Albania
- Contact:
Re: Printing Multiple Pages with PHP
What kind of statements?
-
kumarjitsen
- Forum Newbie
- Posts: 2
- Joined: Fri Jan 29, 2010 5:36 pm
Re: Printing Multiple Pages with PHP
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.
The point is every page that would be generated would have different content.