<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022993" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022993</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2147483648-phpmysql-problem#comment-1141653</link>
    <description> &lt;p&gt;This comes from reading a NULL from a database into a number field.  A NULL is not the same as a 0, so it is interpreted as 2147483648.&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 03:11:06 +0000</pubDate>
 <dc:creator>dacsoft</dc:creator>
 <guid isPermaLink="false">comment 1141653 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2147483648-phpmysql-problem#comment-1141649</link>
    <description> &lt;p&gt;I think I&#039;ve found the problem, I have so many included files and functions it seems I missed a generate id function, since I have 3 diferent pages calling up similar scripts and using the same db table the generate id function was generating an encrypted value (massive number) and inserting it when I was testing the other scripts. &lt;/p&gt;
&lt;p&gt;So hopefully this was the problem&lt;br /&gt;
also changed the table from int to mediumint&lt;/p&gt;
&lt;p&gt; and the ALTER table worked too, thanks druagord&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 01:11:12 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1141649 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/serverside-scripting/2147483648-phpmysql-problem#comment-1141624</link>
    <description> &lt;p&gt;if you can the easy way to set back the next autoindex to 0 is to use&lt;br /&gt;
&quot;TRUNCATE TABLE yourtable&quot; if you have mysql &amp;gt;3.23.32 between 3.23.28 and 3.23.32 use &quot;TRUNCATE yourtable&quot; CAREFUL this will also empty the table&lt;/p&gt;
&lt;p&gt;if you can&#039;t empty the table you have to use &quot;ALTER TABLE tbl_name AUTO_INCREMENT = 100&quot; replace 100 to whatever value you need&lt;/p&gt;
 </description>
     <pubDate>Thu, 27 Nov 2003 14:21:09 +0000</pubDate>
 <dc:creator>druagord</dc:creator>
 <guid isPermaLink="false">comment 1141624 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
