Hello:
I have a database where the birthdays are listed. I would like first, a condition where only if someone's birthday is today then the list would appear.
I get this
Example 1
Today's birthday is a
Today's birthday is b
Today's birthday is c
etc
I would like
Example 2
Today's birthday is
a-d
b-e
c- f
So if there isn't any birthdays nothing would appear, my code will list like example 1, how can I go with example 2.
Thanks in advance for anyone who helps.
I