Am working on my new website which will be focused on sports betting. Users are able to post their bets and than they can be seen on their profile. I made section called LAST BETS on user profile which is showing last bets posted by this user .
Now I want to made another section that will sort bets by months. To better understand what I mean i will post 1 image .
https://i.stack.imgur.com/mAZdf.jpg
This is how mysql table looks like where matches are stored:
https://i.stack.imgur.com/SfpK4.jpg
Basicly what i need is to find in what month of what year user posted bets and sort em by month.
I am a novice in php and mysql , I try to learn from forums and youtube, so if anyone can help me with some suggestion it will be awsome :) Thanks