RE: [PHP] Passing Date/Time

2003-06-23 Thread Ford, Mike [LSS]
> -Original Message- > From: Kyle Babich [mailto:[EMAIL PROTECTED] > Sent: 20 June 2003 17:55 > > I have a input field in a form that is disabled by javascript > but is assigned a value in the code that is the RFC 822 > formated date. Why is this field not included in the $HTTP_POST_VAR

Re: [PHP] Passing Date/Time

2003-06-20 Thread Kyle Babich
That works, thanks. > Try setting that date as a type="hidden" value instead. Do a > print_r($_POST) at the other end to see what comes up! > > -Michael > On Fri, 2003-06-20 at 08:55, Kyle Babich wrote: > > I have a input field in a form that is disabled by javascript but is assigned a > > value

Re: [PHP] Passing Date/Time

2003-06-20 Thread Kyle Babich
Nothing passes when it is disabled via HTML either. > just for shits and giggles, why not manually disable the field without using > javascript and see what happens. just add the word "disabled" to the tag. > > > >From: "Kyle Babich" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EM