At 07:52 10/03/2005 +0000, you wrote:
Message-ID: <[EMAIL PROTECTED]>
Date: Wed, 09 Mar 2005 20:37:36 +0100
From: Jochem Maas <[EMAIL PROTECTED]>

if your into XHTML:

<input name="right_eye" type="checkbox" value="1" checked="checked" value="1" />

Actually that's invalid XHTML (it won't validate) due to a typo I guess.

Each XML (aka XHTML) DOM element can only have a ~single~ attribute with a particular name.
The typo above has two copies if the 'value' attribute which would prevent the XHTML being valid XML.


HTH
Cheers - Neil


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



Reply via email to