RE: FN-FORUM: mysql_fetch_array display Q?
date posted 4th January 2004 18:34
thanks to both of you,
Nick cracked it with the // var_dump($row);
AS sum
echo($row['sum']);
to display just the sum not the whole array (I'd tried print_r ($row); )
easy when u know how
kind regards
Nigel
---------- Original Message -----------
If I haven't misunderstood the question, and you're *literally*
expecting an output of '29797', then try something like: