<?php 
date_default_timezone_set('Europe/Istanbul');
$tarih = date("Y.m.d");
$tarih1 = date("Y.m.d",strtotime("+7 days"));
echo $tarih."<br>".$tarih1;
?>
Fonksiyon: strtotime