<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1037301" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1037301</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/updating-field-multiple-rows#comment-1214010</link>
    <description> &lt;p&gt;No problem!&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Jan 2007 22:29:27 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1214010 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/updating-field-multiple-rows#comment-1213998</link>
    <description> &lt;p&gt;Okay, great. Now I have it building the string until it looks like this:&lt;/p&gt;
&lt;p&gt;UPDATE profiles_individual SET approved = &#039;1&#039; WHERE ID IN (&#039;id1&#039;,&#039;id2&#039;,&#039;id3&#039;,)&lt;/p&gt;
&lt;p&gt;It&#039;s giving an error because of that trailing comma, right? I&#039;ll see if I can figure out how to get rid of that...&lt;/p&gt;
&lt;p&gt;Update: done! That was easy &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; Thanks for the help!&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Jan 2007 16:54:00 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1213998 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/updating-field-multiple-rows#comment-1213997</link>
    <description> &lt;p&gt;Something more like this:&lt;/p&gt;
&lt;p&gt;UPDATE profiles_individual&lt;br /&gt;
SET approved = &#039;1&#039;&lt;br /&gt;
WHERE ID IN (&#039;id1&#039;, &#039;id2&#039;, &#039;id3&#039;, &#039;id4&#039;)&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Jan 2007 16:37:59 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1213997 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
