subnet_rx
09-08-2007, 10:33 PM
I'm using this code
$outcomes = $db->query_read("SELECT SUM(outcomes) FROM picks_groups");
And getting this error:
Fatal error: Call to a member function query_read() on a non-object
Can I not use SUM with query_read?
$outcomes = $db->query_read("SELECT SUM(outcomes) FROM picks_groups");
And getting this error:
Fatal error: Call to a member function query_read() on a non-object
Can I not use SUM with query_read?