Any way to avoid fieldname[] in HTML code?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

wtf, all the errors in that sample are due to the ID's, that doesn't apply to field names.
User avatar
wtf
Forum Contributor
Posts: 331
Joined: Thu Nov 03, 2005 5:27 pm

Post by wtf »

Interesting, I always use both id/name for my elements. Actually, lately I've caught myself from dropping name completely. Thanks for clearing this up for me gentlemen.
Post Reply