input id versus input name

XHTML1.1 likes to have id= and my recipients (clients) do, also. I am a PHP ignoramus. Does PHP demand this information be placed in the name= in addition to the id= value?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

input id versus input name

Nope, php just goes off the name attribute. ID is only used for internal DOM references I believe.

-Andrew Riley

User login