I've been working with Web Standards for a while now and looking at converting my site from XHTML Transitional to XHTML Strict. However, in XHTML Strict, from what I can work out, you can't use the 'name' element for <input> fields anymore...
So, how can you access, for example, $_POST['foo']?
I've got the following form but it doesn't register the 'id' element inside the $_POST variable: