hello every one,
I’m using php and mysqli extension object to execute a some sort of aggregate SQL function like COUNT(*), Sum(Price), or Avg(Quantity)
i only need to get the single value rather than the whole array result set.
i’m looking for some way to get the value of the first row in the first column from a result set
i was looking at the MySQLi Extension Object reference at PHP: The MySQLi Extension Function Summary - Manual
but i can’t find what i’m looking for …?