<?
$row_s=7;
for($j=0;$j<$row_s;$j++) {
echo $date=date('Y-m-d', mktime(0,0,0,date("m")  ,date("d")+$j,date("Y"))).'<br>';
}
?>