> I jsut finished converting my pages to be W3C compliant... > One of the recuring 'errors' I had was my form elements were all using the > 'name' atrtribute... > apparently, this is bad, and I was suggested to switch them ti use the > 'id' attribute...
if you want the info to be posted to the page, it needs the name attribute. I am sure that the name attribute is w3c compliant for form elements -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php