I have a list of dates in a table, I want to output them using php as Column names
So if the table has values 1,2 and 3
I want to create a table that will have 3 columns and 1,2 and 3 as column names
I have a list of dates in a table, I want to output them using php as Column names
So if the table has values 1,2 and 3
I want to create a table that will have 3 columns and 1,2 and 3 as column names
Figured out how to do it thanks to the answer [here] (https://stackoverflow.com/a/14430366/4680117)