in questo modo:

$oggi = time();
$agg_giorni = ((3600 * 24) * 15);

$DOPO = ($oggi + $agg_giorni);

$data = date("d/m/Y",$DOPO);