Hi,
I am a beginner, and would like to do something like:
I have a mysql table with date column. I would like to select all the rows from table, and print them out in tables. One table per month. E.g.
January:
...
...
...
February:
...
...
...
etc.
I don't want to manually select data for each month, rather dynamically generate the tables.
I am a beginner, but I am not looking for ready solution I want to code this myself, just don't know how to tackle this. I'd appreciate some suggestions and some examples if possible...
many thanks, g