<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022067" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022067</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2-check-box-questions#comment-1136022</link>
    <description> &lt;p&gt;making a new thread since this has two things and i think that&#039;s confusing ppl&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Aug 2003 20:32:03 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1136022 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2-check-box-questions#comment-1136018</link>
    <description> &lt;p&gt;Oh, checked as in examining, not checked as in selected? &lt;/p&gt;
&lt;p&gt;I&#039;m afraid I&#039;ll have to echo Mark here -- hunh?&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Aug 2003 18:54:56 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1136018 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2-check-box-questions#comment-1136014</link>
    <description> &lt;p&gt;remember the signup page i&#039;ve shown here?&lt;/p&gt;
&lt;p&gt;well the itnerests are stored as a string (i didn&#039;t see anything that looked appropriate for arrays). the issue is NOT turning the strings back into arrays, but rather the fact i can&#039;t think of a way to test thesewithout going in and out of html when creating the page. i&#039;m trying to use the&lt;br /&gt;
echo &amp;lt;&amp;lt;blah blah &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; blah blah &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt; blah blah &amp;lt;?php&lt;br /&gt;
method since it&#039;s a bit easier. i just don&#039;t know how to display it in the control panels echoing it out as selected, so i check to see if anything&#039;s checked in that section and if so update the  entire thing. i&#039;m trying to figure out something that i can do that checks them all at once or something instead of checking as i&#039;m echoing it out&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Aug 2003 18:33:11 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1136014 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2-check-box-questions#comment-1136004</link>
    <description> &lt;p&gt;1. Set a flag, or some way to tell that the item is checked (obviously).&lt;/p&gt;
&lt;p&gt;Check whether the item is checked.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;if (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$checkboxflag &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;== \&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;y\&quot;) {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$checked&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = &#039;checked=\&quot;checked\&quot; &#039;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;else {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$checked&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt; = &#039;&#039;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;echo \&quot;&lt;br /&gt;&amp;lt;input name=\\&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;setofcheckboxes&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;[]\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot; value=\\&quot;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot; type=\\&quot;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;checkbox&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;\\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot; &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$checked&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;/&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Aug 2003 14:04:20 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1136004 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2-check-box-questions#comment-1135994</link>
    <description> &lt;p&gt;1 - huh?&lt;br /&gt;
2 - $var = $_POST[&#039;var&#039;];&lt;/p&gt;
 </description>
     <pubDate>Sun, 10 Aug 2003 04:51:01 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1135994 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
