Is there any way to handle (detect checked, count checked etc) dynamically created checkboxes in HTML without Javascript? Php echoes these checkboxes and I dont know much Javascript.
Simple functions that could detect if the user, for example, has clicked exactly 6 checkboxes then it would process the element in Php.
I'm making a "Edit Featured Friends" kind of page in a social networking site context. Thanks!