Tim Burgan wrote:

In their forms they use the name attribute (ie. name="example") instead of
XHTML's id attribute (ie. id="example").

How can I fix this?

(X)HTML still requires name to be used for forms. It's usually best to use both name and ID for forms.

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



Reply via email to