i have a question. I'm trying to figure out the answer to this question but i can't seem to wrap my mind around it. Hopefully someone can help me. The question is:
Write a function that takes someone's first name, last name, birth year, month and day as arguments and gives back the full name + age. Make sure that the app/programm also gives back the correct results in 2015 or later. Check if the first 2 arguments are strings and the thirds is an integer.
Since I am new to PHP and have no clue about dates (i googled but i can't get my mind wrapped around it) Thanks in advance! :) (wrote some code myself to try but it's useless so i left it out)