function gunkarsilastir($tarih1,$tarih2){return floor((mktime(0,0,0,date("m",strtotime($tarih2)),date("d", strtotime($tarih2)),date("Y",strtotime($tarih2)))-mktime(0,0,0,date("m",strtotime($tarih1)),date("d",strtotime($tarih1)),date("Y",strtotime($tarih1))))/(24*60*60));}
Kullanımı:
echo gunkarsilastir("25-02-2014","05-03-2014");