<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040362" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040362</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/mysql-problem#comment-1227409</link>
    <description> &lt;p&gt;I&#039;ve been able to figure it out, there wasn&#039;t a problem with the script or database at all, there was a very short delay in saving all the data to the database. I fixed it by adding a 500ms pause in the script.&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Dec 2007 05:17:55 +0000</pubDate>
 <dc:creator>adjroth</dc:creator>
 <guid isPermaLink="false">comment 1227409 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/mysql-problem#comment-1227286</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Each line printed like it should, and after each INSERT statement, it showed no errors, with 1 row affected.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Probably time to contact your hosts then. You could also try to repair the databases and rebuild indexes, have you got SSH access? I usually run something like:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;mysqlcheck -cep -u&amp;lt;username&amp;gt; --auto-repair &amp;lt;database_name&amp;gt;&lt;br /&gt;mysqlcheck -op -u&amp;lt;username&amp;gt; --auto-repair &amp;lt;database_name&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
This has rescued me in the past. A quick scan of your code doesn&#039;t reveal any obvious errors, particularly since it was working before the hosts did an upgrade. &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;&lt;/p&gt;
 </description>
     <pubDate>Thu, 13 Dec 2007 13:14:34 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1227286 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/mysql-problem#comment-1227257</link>
    <description> &lt;p&gt;I added START TRANSACTION; and COMMIT; to try to get it to work, doesn&#039;t work without them either.&lt;/p&gt;
&lt;p&gt;I did make it print each transaction when i ran the script, along with mysql_error(), and mysql_affected_rows(). Each line printed like it should, and after each INSERT statement, it showed no errors, with 1 row affected. Each time, they weren&#039;t permanently saved and a select statement would only select the last row that was done.&lt;/p&gt;
&lt;p&gt;like i said, it just stopped working after an upgrade was done to the servers.&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Dec 2007 19:25:30 +0000</pubDate>
 <dc:creator>adjroth</dc:creator>
 <guid isPermaLink="false">comment 1227257 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/mysql-problem#comment-1227249</link>
    <description> &lt;p&gt;Have you tried to print the INSERT-command and checked what it actually does?&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Dec 2007 16:57:04 +0000</pubDate>
 <dc:creator>Patrick A Baer</dc:creator>
 <guid isPermaLink="false">comment 1227249 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-side-scripting/mysql-problem#comment-1227244</link>
    <description> &lt;p&gt;I&#039;ve never used the START TRANSACTION; and COMMIT; commands before.  Have you tried it without them?&lt;/p&gt;
 </description>
     <pubDate>Wed, 12 Dec 2007 14:55:59 +0000</pubDate>
 <dc:creator>pr0gr4mm3r</dc:creator>
 <guid isPermaLink="false">comment 1227244 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
