Re: [PHP-WIN] Need help bad, select element of form using time

2001-03-19 Thread Tom Mathews
Don't know what your problem is? You can get the current time using the time() function - loads of formatting options to output it as you require. To get 15 minute intervals, just put the SELECT for your form element in a while loop. If your problem is which locale you are in, then that's another

Re: [PHP-WIN] Need help bad, select element of form using time

2001-03-18 Thread Alain Samoun
It's not too clear what you want to do, can you post a snippet of your code where you have problems? Alain On Sun, Mar 18, 2001 at 12:46:00PM -0500, Zachary Harris wrote: > I have a project that a I am working on and have come across a major > snafu. It is my first time using PHP for a project a