Re: [PHP] ++Alternate Colors From: Jason Brooke (jason <email protected>)
Date: 09/27/00

<tr bgcolor="#<?=$i%2 ? "c0c0c0" : "ddeedd" ?>">

replace $i with whatever your output loop increment variable is if it's
not already $i

jason

> Any good/easy way to Alternate Row Colors ?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: php-general-unsubscribe <email protected>
For additional commands, e-mail: php-general-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>