martin-
you're totally right except for one thing....

>$count=1;
>while($query_data = mysql_fetch_array($result))
>{
>   $price = $query_data["price_lq"];
>   $RowColor = useColor();
>   // current echo statements here
>}
>$count++;

this code will give him the exact same problem.  the

$count++;

line needs to be *inside* the while loop.  probably a typing mistake on your 
part, but i didn't want this guy to get help that ended him up with the same 
problem =).


-jerome


_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


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

Reply via email to