This is great!
Here's how i pull the data from my db:
while ($myrow = mysql_fetch_row($result)) {
printf("<tr><td>%s</td><td>%s</td><td align=center>$%s</td><td><b>$%s</td></tr>\n",
$myrow[1], $myrow[2], $myrow[3], $myrow[4]);
[/COLOR]
Question: How do Specify to add only the last, i.e. $myrow[4] values?