skip to Main Content
author
168 views
0 votes

Mysql – How to i sum a column on the last roll of a table in PHP?

I would like to sum the column age as shown on the image below on my table but im not

180 views
0 votes

sort multi dimension array in php

PHP
Format : $salesData["suppliers"][$supplierkey]['sales'][$salesPeriod]['sales']
I want to sort (desc):
The key $salesData["suppliers"][$supplierkey] by the numerical value populated in $salesData["suppliers"][$supplierkey]['sales'][0]['cost']
So

Back To Top
Search