Hey all.

I'm coming from Cold Fusion to PHP; in CF I could alternate rows with the
following:

    <tr bgcolor="###Iif(((CurrentRow MOD 2) is
0),de('FFFFFF'),de('EEEEEE'))#">

Any ideas how to do this in PHP?

Thanks for clues,

--Noah

--




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

Reply via email to