Hello,
I have this query working from phpmyadmin
SELECT SUM(VALUE) AS SUM FROM `database_name` WHERE field_id = 'fld_658953'
I need it to be in php
and echo/print the result
please help
thanks in advance
I have this query working from phpmyadmin
SELECT SUM(VALUE) AS SUM FROM `database_name` WHERE field_id = 'fld_658953'
I need it to be in php
and echo/print the result
please help
thanks in advance