[snip]
<?
$rowcount = 0;
while($dbrowa = mysql_fetch_object($dbseta)){
$dbrowb = mysql_fetch_object($dbsetb);
//change the color of alternating rows
$rowcount ++;
if ($rowcount == 1){........too many lines of code
[/snip]I get humbled by this list every day. Could I have Single PHP Lines for a thousand Alex? Dammit, still thinking like an old Basic programmer... Jay -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

