fesan Posted August 31, 2009 Share Posted August 31, 2009 Hello.. Is this something i can do? <?php if(date('d.m.Y', strtotime($row['date'])) == date('d.m.Y',(mktime(0, 0, 0, date("m") , date("d")+ $date_count +1, date("Y"))))){ //rest of code} ?> I'm then thinking of this part: date("d")+ $date_count +1 Link to comment https://forums.phpfreaks.com/topic/172614-mktime/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.