14

!Rant

ninePlusTen($date = '29/11/2017') {
if(preg_match("/(29.11)|(11.29)/",$date){
$age++;
echo 'Happy birthday!';
}
}

Comments
Add Comment