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?
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?
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