codice:
$d = "2008-02-10";

if(strtotime("$d + 15 day") < time() ) 
{   echo "minore";  }
else {  echo "uguale o maggiore";  }