Hi,
I am new in PHP world and know some basics. I have a database where date wise entries to be made by users. I would like to get results in month wise total. e.g. I have these columns in the database: fleet_no, fueling_date, quantity, price. Now I want to see the fuel price for each month in a table shape. Can anybody help me with writing a code to get desired results like. total consumption in Jan, Feb, Mar...
Thanks,
Asad