How is your database organized? you might be able to pull this
information from the query by using an appropriate group-by clause.


Marco
-- 
------------
php|architect - The magazine for PHP Professionals
The first monthly worldwide magazine dedicated to PHP programmers
Check us out on the web at http://www.phparch.com

On Sat, 2002-11-09 at 11:57, Dhaval Desai wrote:
> 
> 
> 
> 
> Hi everybody!
> 
> 
> Well this is how it goes...
> 
> For the month of January there are 31 days...
> so there are 2 rows in this table on the top row there are 31 columns 
> showing 31 days...and in the row below this one we will have to 
> generate....colspan based on the below information pulled from the 
> database...
> 
> 2222211111111111111999999992222
> 
> 
> in the above case we will have to get a colspan as follows:
> <tr>
>      <td colspan="5"> 2 </td>
>      <td colspan="15"> 1 </td>
>      <td colspan="8"> 9 </td>
>      <td>colspan="4"> 2 </td>
> </tr>
> 
> 
> This is all I want to do....I know it is difficult...but still waiting for 
> some genius!
> 
> 
> Thank You!
> Dhaval
> 
> 
> _________________________________________________________________
> Add photos to your messages with MSN 8. Get 2 months FREE*. 
> http://join.msn.com/?page=features/featuredemail
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to