Re: How to format every secound row in a database result

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Maintain a counter as you display the returned results.
Mod the counter by 2 (rowcounter % 2), set colour according to presence / absence of a remainder.
Miles
At 11:05 AM 3/30/2005, Georg wrote:
Hi!

I wish to format the output of a database select.
The result is presented in a table, in which i'd like to present everey
secound row with a different background color.
My idea was to test if the remaining number of rows where a prime number or
not, and by that determent if the background color should be white or som
ivory-like color to improve the readability in the result table...

Hope to hear from anyone with experience in similar matters...

TIA! Georg Herland, Norway

--
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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux