Transfer the dates into timestamp..
Add 86400 on and process the date()
Add 86400 on and process the date()
Add 86400 on and process the date()
Add 86400 on and process the date()
etc etc etc
Hows that ?
for ($i=$timestamp; $i<$timestamp2; $i+86400)
{
echo date("d M Y h:i:s", $i);
}
If I remember my date parameters right anyway...