Re: [PHP] New Newbie Question

2004-05-15 Thread Ronald \"The Newbie\" Allen
Travis thanks this worked! It is amazing what one little thing will do value="" "Travis Low" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Change: > >value= > > to > >value="" > > or > >value="" > > > > cheers, > > Travis > > Ronald "The Newbie" Allen wrote: > > H

Re: [PHP] New Newbie Question

2004-05-15 Thread John W. Holmes
Ronald "The Newbie" Allen wrote: Time: size="50"> it only displays 2004-05-15 Please learn HTML. You need quotes around your value. Time:" -- ---John Holmes... Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/ php|architect: The Magazine for PHP Professionals – www.phparch.com -- PHP Gener

Re: [PHP] New Newbie Question

2004-05-15 Thread Travis Low
Change: value= to value="" or value="" cheers, Travis Ronald "The Newbie" Allen wrote: Here is my problem: When I get the value of $date and I echo it it shows up just fine $date = date("Y-m-d H:i"); echo "$date"; 2004-05-15 16:20 but when I go to insert the value into a form like this Time

[PHP] New Newbie Question

2004-05-15 Thread Ronald \"The Newbie\" Allen
Here is my problem: When I get the value of $date and I echo it it shows up just fine $date = date("Y-m-d H:i"); echo "$date"; 2004-05-15 16:20 but when I go to insert the value into a form like this Time: size="50"> it only displays 2004-05-15 why is this? Annoying Master Statio