<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1039353" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1039353</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/drop-down-menus-mysql#comment-1223240</link>
    <description> &lt;p&gt;And it still doesn&#039;t work with the quotes?&lt;/p&gt;
&lt;p&gt;Why not encode the space then as an HTML character?  It&#039;s either %20 lr %40 if I&#039;m not mistaken.&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Aug 2007 05:49:45 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1223240 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/drop-down-menus-mysql#comment-1223239</link>
    <description> &lt;p&gt;Okay.  Lets say you have a drop down menu.  It stores class names in it.  So let&#039;s say it contains these classes...&lt;/p&gt;
&lt;p&gt;Geometry&lt;br /&gt;
Honors Geometry&lt;br /&gt;
AP Calculus BC&lt;br /&gt;
Algebra 2&lt;br /&gt;
Trigonometry &lt;/p&gt;
&lt;p&gt;If I select Geometry or Trigonometry from the list and click submit, there is not problems because they are one word, no spaces.  However, if I select, Honors Geometry, AP Calculus BC or Algebra 2, then it only partially works.  If I look in the database it would only say Honors, AP and Algebra respectively.  The HTML that is generated is correct.&lt;/p&gt;
&lt;p&gt;However, I forgot to put quotes around the values.  So it was  instead of the correct and working&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Aug 2007 04:58:42 +0000</pubDate>
 <dc:creator>sublimer</dc:creator>
 <guid isPermaLink="false">comment 1223239 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/drop-down-menus-mysql#comment-1223226</link>
    <description> &lt;p&gt;Why not just have a simple if statement?&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;$whatevervalue &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!= &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;&#039;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;) &amp;amp;&amp;amp; (&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;$whatevervalue &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;!= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;NULL&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;)) {&lt;br /&gt;&amp;nbsp; &lt;/span&gt;&lt;span style=&quot;color: #FF8000&quot;&gt;// print&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Aug 2007 21:15:40 +0000</pubDate>
 <dc:creator>brady.k</dc:creator>
 <guid isPermaLink="false">comment 1223226 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/drop-down-menus-mysql#comment-1223214</link>
    <description> &lt;p&gt;I&#039;m a bit confused as to what is actually not working. (I just woke up, so I may be misreading this.. LOL)&lt;/p&gt;
&lt;p&gt;Are you saying that if you hit a record with a space in the Course_Value field, then it won&#039;t show any more records after that, or just whatever comes after the space for that entry? Or do you mean a completely blank field?&lt;/p&gt;
&lt;p&gt;Can you possibly post a sample of the source code generated by the script, showing how it is formatting the output?&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sat, 18 Aug 2007 16:38:30 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1223214 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
