<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: how to store and retrieve checkbox value in php?</title>
	<atom:link href="http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/</link>
	<description>Daily Blog from Internet Entrepreneur/Webmaster</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:25:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: ssh</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23651</link>
		<dc:creator>ssh</dc:creator>
		<pubDate>Sat, 28 Jan 2012 00:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23651</guid>
		<description>Thanks Helps me a lot</description>
		<content:encoded><![CDATA[<p>Thanks Helps me a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sohail</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23642</link>
		<dc:creator>sohail</dc:creator>
		<pubDate>Wed, 25 Jan 2012 04:44:30 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23642</guid>
		<description>realy u r 100000000000000% right i appreciate you</description>
		<content:encoded><![CDATA[<p>realy u r 100000000000000% right i appreciate you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peyal</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23621</link>
		<dc:creator>peyal</dc:creator>
		<pubDate>Sat, 21 Jan 2012 10:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23621</guid>
		<description>good job</description>
		<content:encoded><![CDATA[<p>good job</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anas</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23569</link>
		<dc:creator>anas</dc:creator>
		<pubDate>Mon, 16 Jan 2012 07:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23569</guid>
		<description>Thanks ...
it works... :D</description>
		<content:encoded><![CDATA[<p>Thanks &#8230;<br />
it works&#8230; <img src='http://corpocrat.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claire</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23496</link>
		<dc:creator>Claire</dc:creator>
		<pubDate>Tue, 10 Jan 2012 17:45:58 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23496</guid>
		<description>Try using the mySQL SUBSTRING() function in the conditions of your SELECT statement selecting the position in the string where you know red to be, e.g.

SELECT field FROM tblWhatever WHERE SUBSTRING(colour,2,1) = 1;</description>
		<content:encoded><![CDATA[<p>Try using the mySQL SUBSTRING() function in the conditions of your SELECT statement selecting the position in the string where you know red to be, e.g.</p>
<p>SELECT field FROM tblWhatever WHERE SUBSTRING(colour,2,1) = 1;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: makerjoe</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23488</link>
		<dc:creator>makerjoe</dc:creator>
		<pubDate>Tue, 10 Jan 2012 04:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23488</guid>
		<description>this is greate!!!</description>
		<content:encoded><![CDATA[<p>this is greate!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nevin</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23283</link>
		<dc:creator>Nevin</dc:creator>
		<pubDate>Thu, 22 Dec 2011 16:05:36 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-23283</guid>
		<description>How do I filter the database...for instance I wanted to see only those who picked &quot;red&quot;?
I know you can run a sql command that contains &quot;red&quot;, but what if red was a number &quot;1&quot; and you also have numbers &quot;10&quot; and &quot;11&quot; as options, so you can&#039;t  find anything that contains &quot;1&quot; because &quot;10&quot; and &quot;11&quot; will so up too.

How would I search for &quot;1&quot; only or &quot;10&quot; only?</description>
		<content:encoded><![CDATA[<p>How do I filter the database&#8230;for instance I wanted to see only those who picked &#8220;red&#8221;?<br />
I know you can run a sql command that contains &#8220;red&#8221;, but what if red was a number &#8220;1&#8243; and you also have numbers &#8220;10&#8243; and &#8220;11&#8243; as options, so you can&#8217;t  find anything that contains &#8220;1&#8243; because &#8220;10&#8243; and &#8220;11&#8243; will so up too.</p>
<p>How would I search for &#8220;1&#8243; only or &#8220;10&#8243; only?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yasir</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-20238</link>
		<dc:creator>yasir</dc:creator>
		<pubDate>Fri, 29 Jul 2011 19:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-20238</guid>
		<description>hi 
dude thanks it really helped!!!!</description>
		<content:encoded><![CDATA[<p>hi<br />
dude thanks it really helped!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitul Sharma</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-19382</link>
		<dc:creator>Mitul Sharma</dc:creator>
		<pubDate>Fri, 13 May 2011 06:49:58 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-19382</guid>
		<description>Thanx friend</description>
		<content:encoded><![CDATA[<p>Thanx friend</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Maietta</title>
		<link>http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-18853</link>
		<dc:creator>Nicholas Maietta</dc:creator>
		<pubDate>Mon, 04 Apr 2011 05:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://corpocrat.com/2009/05/24/how-to-store-and-retreive-checkbox-value-in-mysql-with-php/#comment-18853</guid>
		<description>It has been a very long day for me, as it took me a long to time to realize why i was getting null values on multiple checked boxes. In my CMS solution (Commnetivity), i dont post full forms. I have a rail system that gets each form item that changes a post to the server for processing with possible instructions sent back. I never submit a multiple element form, ever. So... if im trying to submit a value from a checkbox, i need to treat each one individually... instead of specifying group[] array type.

If you have one item checked from a group and send it, i think PHP picks it up as a string. If you submit multiple items from the same group, it gets handled or converted to an array. Am i right?</description>
		<content:encoded><![CDATA[<p>It has been a very long day for me, as it took me a long to time to realize why i was getting null values on multiple checked boxes. In my CMS solution (Commnetivity), i dont post full forms. I have a rail system that gets each form item that changes a post to the server for processing with possible instructions sent back. I never submit a multiple element form, ever. So&#8230; if im trying to submit a value from a checkbox, i need to treat each one individually&#8230; instead of specifying group[] array type.</p>
<p>If you have one item checked from a group and send it, i think PHP picks it up as a string. If you submit multiple items from the same group, it gets handled or converted to an array. Am i right?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

