FN-FORUM: mysql_fetch_array display Q?
date posted 4th January 2004 17:41
Hi all,
using
generates the sum of column in a mysql database but displays incorrectly on a page ie
array(2) { [0]=> string(5) "29797" ["SUM(total_vends)"]=> string(5) "29797" }
not just 29797
can anyone correct the script or point me to an online resource, pretty please?
Nigel