Hello,
I am tasked to display data from sql db in a table on the web with following information,
2014 2015 2016 2017
ABC 415 232 45 445
DEF 315 815 515
GHI 243 256 221 455
I have to get this from a table with select query and display it as above using Php.
Any help would be appreciated.
Thanks.
I am tasked to display data from sql db in a table on the web with following information,
2014 2015 2016 2017
ABC 415 232 45 445
DEF 315 815 515
GHI 243 256 221 455
I have to get this from a table with select query and display it as above using Php.
Any help would be appreciated.
Thanks.