aspose file tools
The moose likes PHP and the fly likes Processing checkboxes data. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Languages » PHP
Reply Bookmark "Processing checkboxes data." Watch "Processing checkboxes data." New topic
Author

Processing checkboxes data.

ashlan cooper
Greenhorn

Joined: Nov 23, 2010
Posts: 11
Hey there, I'm trying to process the data in form I created.
this is my code


but I have a question in retrieving the data from the checkboxes. How do I implement what the user has selected into the if statement.

Thanks in advance.
Marek Krzeminski
Greenhorn

Joined: Mar 13, 2011
Posts: 10

I'd use JavaScript to process the user's response.

I use the jQuery framework to make writing JavaScript easier. With it you could do something like:

$( "form input:checkbox").each( function() {
//do what ever you need here per check box object
}


3D OpenGL, C++ Game Development Video Tutorials @
www.marek-knows.com
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Processing checkboxes data.
 
Similar Threads
Space not releasing on toggle of divs
Validating a group of input strings
raw HTML in Mozilla
when i retrive data from access it showing empty page in tomcat
always get the value "20" no matter which checkbox I clicked