<?php // dateformat : YYYY/MM/DD $date=strtotime("2015/08/17"); $event[]=array('start'=>'2015/08/14','end'=>'2015/08/16','name'=>'Independence Day','file'=>''); $event[]=array('start'=>'2015/08/17','end'=>'2015/08/18','name'=>'Mobile Day','file'=>''); $event[]=array('start'=>'2015/08/19','end'=>'2015/08/20','name'=>'WIFI Day','file'=>''); array_reverse($event); foreach($event as $key=>$value){ if($date>=strtotime($value['start']) && $date<=strtotime($value['end'])){ echo $program['name']=$value['name']; $program['file']=$value['file']; } } ?>
Automatic Date Based Banner Upload Print
Created by: Nishant Pandey
Modified on: Tue, 28 Jan, 2020 at 5:13 PM
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.