<?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: PHP Dynamic Checkboxes</title>
	<atom:link href="http://www.jigsawboys.com/2006/02/07/php-dynamic-checkbox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jigsawboys.com/2006/02/07/php-dynamic-checkbox/</link>
	<description>Security, Network and Computer Tech Tip Database!</description>
	<lastBuildDate>Mon, 30 Jan 2012 01:34:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Frank</title>
		<link>http://www.jigsawboys.com/2006/02/07/php-dynamic-checkbox/#comment-60810</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sat, 06 Feb 2010 19:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigsawboys.com/?p=35#comment-60810</guid>
		<description>Yep man, thanks, 
if ($_REQUEST[&quot;btnDelete&quot;])  {
. 
.
.
}
Was what I need, otherwise it doesn&#039;t show the correct value.
All the best</description>
		<content:encoded><![CDATA[<p>Yep man, thanks,<br />
if ($_REQUEST["btnDelete"])  {<br />
.<br />
.<br />
.<br />
}<br />
Was what I need, otherwise it doesn&#8217;t show the correct value.<br />
All the best</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Online Casino</title>
		<link>http://www.jigsawboys.com/2006/02/07/php-dynamic-checkbox/#comment-17899</link>
		<dc:creator>Online Casino</dc:creator>
		<pubDate>Thu, 25 Sep 2008 06:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigsawboys.com/?p=35#comment-17899</guid>
		<description>Best places to play, best strategies to win. Player ratings &amp; reviews of top online casinos &amp; pokers with highest payouts &amp; biggest bonuses.</description>
		<content:encoded><![CDATA[<p>Best places to play, best strategies to win. Player ratings &amp; reviews of top online casinos &amp; pokers with highest payouts &amp; biggest bonuses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dodger</title>
		<link>http://www.jigsawboys.com/2006/02/07/php-dynamic-checkbox/#comment-15403</link>
		<dc:creator>Dodger</dc:creator>
		<pubDate>Mon, 18 Aug 2008 06:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigsawboys.com/?p=35#comment-15403</guid>
		<description>Help me please!

What table structure i must have? 

I have:

  `userid` varchar(255) NOT NULL,
  `username` varchar(255) NOT NULL,
  `visable` tinyint(1) NOT NULL default &#039;1&#039;,

and trying (my lines 28,29):

	echo &quot;	&quot;;
	echo &quot;	&quot;.$row[username].&quot;&quot;;

and having next error&quot;

Notice: Use of undefined constant visable - assumed &#039;userid&#039; in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test-check-add.php on line 28
  
Notice: Use of undefined constant username - assumed &#039;username&#039; in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test-check-add.php on line 29 


I whant to change visable value from 1 to 0 if checkbox is not checked. Plz, help, i am newbie...</description>
		<content:encoded><![CDATA[<p>Help me please!</p>
<p>What table structure i must have? </p>
<p>I have:</p>
<p>  `userid` varchar(255) NOT NULL,<br />
  `username` varchar(255) NOT NULL,<br />
  `visable` tinyint(1) NOT NULL default &#8217;1&#8242;,</p>
<p>and trying (my lines 28,29):</p>
<p>	echo &#8221;	&#8220;;<br />
	echo &#8221;	&#8220;.$row[username].&#8221;";</p>
<p>and having next error&#8221;</p>
<p>Notice: Use of undefined constant visable &#8211; assumed &#8216;userid&#8217; in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test-check-add.php on line 28</p>
<p>Notice: Use of undefined constant username &#8211; assumed &#8216;username&#8217; in C:\Program Files\Apache Software Foundation\Apache2.2\htdocs\test-check-add.php on line 29 </p>
<p>I whant to change visable value from 1 to 0 if checkbox is not checked. Plz, help, i am newbie&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamsi</title>
		<link>http://www.jigsawboys.com/2006/02/07/php-dynamic-checkbox/#comment-19</link>
		<dc:creator>Jamsi</dc:creator>
		<pubDate>Sat, 04 Mar 2006 04:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigsawboys.com/?p=35#comment-19</guid>
		<description>Whoops, thanks! Forgot a bracket :)</description>
		<content:encoded><![CDATA[<p>Whoops, thanks! Forgot a bracket <img src='http://www.jigsawboys.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E</title>
		<link>http://www.jigsawboys.com/2006/02/07/php-dynamic-checkbox/#comment-17</link>
		<dc:creator>E</dc:creator>
		<pubDate>Thu, 02 Mar 2006 23:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.jigsawboys.com/?p=35#comment-17</guid>
		<description>Thanks.
It worked like this for me

if ($_REQUEST[&quot;chkDelete&quot;])
{
	foreach ($_REQUEST[&quot;chkDelete&quot;] as $value) 
	{
		echo $value;
	}
}</description>
		<content:encoded><![CDATA[<p>Thanks.<br />
It worked like this for me</p>
<p>if ($_REQUEST["chkDelete"])<br />
{<br />
	foreach ($_REQUEST["chkDelete"] as $value)<br />
	{<br />
		echo $value;<br />
	}<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

