Ronald "The Newbie" Allen wrote:

Time:<INPUT type="text" name="Date_and_Time" value=<? echo "$date"; ?>
size="50"><br>
 it only displays
2004-05-15

Please learn HTML. You need quotes around your value.

Time:<INPUT type="text" name="Date_and_Time" value="<? echo "$date"; ?>"

--
---John Holmes...

Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/

php|architect: The Magazine for PHP Professionals – www.phparch.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to