structured table output

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
joecrack
Forum Commoner
Posts: 99
Joined: Mon Oct 31, 2005 9:17 pm

structured table output

Post by joecrack »

hi
i would like to create a table where i select a huge number of projects, and have the project specific turnover shown by month.
so in the first column there would be the projekt-nr.
in the second culumn a value is only shown if - something like:

....... WHERE turnover BETWEEN '2005-01-01' AND '2005-01-31'

And i want to have this for every column, so that for every project the turnover is only shown in the column with the right month. I have no idea how to realize this.
Can i manage somehow, that a column has something like a SELECT Command???
Post Reply