How to use php to check age for birthday messages

We going to check age for birthday messages using the same function we've used earlier in How to validate date of birth
we are simply going to make a little change to it.
the we added a logic that checks if current day and month matches with the ones in the given date of birth
if so then the wish do whatsoever the developer defines
how to apply it
let's apply the above function output in our jobs
it's just by building a simple logic as shown below
Read the full article