Help!!
I`m having difficulty working out how to display my query results in a horizontal table, similar to the one below:
My query is this:
SELECT MONTHNAME(dive_details_date), YEAR(dive_details_date), COUNT(*)
FROM jos_fabrik_formdata_9 WHERE dive_user = '${joomla_user_id}'
GROUP BY MONTHNAME(dive_details_date), YEAR(dive_details_date);
I would like to display lie this:
