<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'Get value of checked checkboxes into a list'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Thu, 20 Jun 2013 13:14:00 GMT</pubDate>
<item>
<title>dsoms said on 4/6/11</title>
<link>http://snipplr.com/view/51598/get-value-of-checked-checkboxes-into-a-list/</link>
<description><![CDATA[ $('input[name="mycheckboxes"]:checked').map(function(){ return $(this).val(); }).get().join(",");

then explode in PHP $mycheckboxes = explode(',',$_GET['mycheckboxes']); ]]></description>
<pubDate>Wed, 06 Apr 2011 17:47:15 GMT</pubDate>
<guid>http://snipplr.com/view/51598/get-value-of-checked-checkboxes-into-a-list/</guid>
</item>
</channel>
</rss>