echo date("Y-m-d",strtotime("+7 days"));
echo date('Y-m-d', mktime(0, 0, 0, date('m'), date('d')+7, date('Y')));