Re: [PHP] PHP Another time "a"round

2003-04-04 Thread CPT John W. Holmes
> I'm getting close to what I want...I currently have this code which loops > through all of the next 24 hours: > > > for($i = 0; $i <= 24; $i++): > $futhour = strtotime("+$i hour"); > echo ''. date('g > a',$futhour).''; > endfor; > ?> > > > is there a way to include the mi

[PHP] PHP Another time "a"round

2003-04-04 Thread Jay Fitzgerald
I'm getting close to what I want...I currently have this code which loops through all of the next 24 hours: for($i = 0; $i <= 24; $i++): $futhour = strtotime("+$i hour"); echo ''. date('g a',$futhour).''; endfor; ?> is there a way to include the minutes of the hour in the abo