Re: [PHP] Time Loop

2008-09-30 Thread MDB
Thank you, I will try that out. "Robert Cummings" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On Mon, 2008-09-29 at 17:01 -0400, MDB wrote: Hello All, I am trying to figure out how to loop through 2 given times. I have a start time and a end time and want to look through every

Re: [PHP] Time Loop

2008-09-30 Thread Jim Lucas
MDB wrote: > Hello All, I am trying to figure out how to loop through 2 given times. > I have a start time and a end time and want to look through every X mins > and add a radio button. Below is my latest try, can someone please help > me out? > > > $endTime = "17:00:00"; > $currentTi

Re: [PHP] Time Loop

2008-09-29 Thread Robert Cummings
On Mon, 2008-09-29 at 17:01 -0400, MDB wrote: > Hello All, I am trying to figure out how to loop through 2 given times. I > have a start time and a end time and want to look through every X mins and > add a radio button. Below is my latest try, can someone please help me out? > > > $end

[PHP] Time Loop

2008-09-29 Thread MDB
Hello All, I am trying to figure out how to loop through 2 given times. I have a start time and a end time and want to look through every X mins and add a radio button. Below is my latest try, can someone please help me out? $endTime = "17:00:00"; $currentTime="09:00:00"; $nu