>>><?php >>> $dins="Dinesh"; >>> echo "<input type=text name=dins class='textbox' value='$dins' >"; >>>?> >> >>Use double quotes for HTML attributes. >
Why do you say that?
Yeah, I figured someone would ask that. :) I couldn't find anything definitive on w3c.org; can someone back me up?
AFAIK, they are required in XML and XHTML. It's a good habit to get into with regular HTML, also (although, yes, both will work in HTML).
-- ---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