<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019064" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019064</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1113296</link>
    <description> &lt;p&gt;Thanks Mark, I upgraded MYSQL and now it works &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Sep 2002 00:06:21 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1113296 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1113007</link>
    <description> &lt;p&gt;Thanks everyone, I&#039;ll try update it,&lt;br /&gt;
I test on windows but upload to unix, It&#039;s not an important page so if upgrading doesnt help might cheat it like Mark mentioned&lt;/p&gt;
&lt;p&gt;*maybe I should just get rid of windows :D*&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Aug 2002 23:01:17 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1113007 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112987</link>
    <description> &lt;p&gt;if installing the latest version doesnt help, i&#039;d say join the devlist and see if you cant get some answers there.&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Aug 2002 07:07:24 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1112987 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112986</link>
    <description> &lt;p&gt;Alright, I had a similar problem running mysql on a Win box.  It&#039;s been a few years now.  Some queries would crash mysql on my win box, but work perfectly once I uploaded them to a unix box.  Very odd.&lt;/p&gt;
&lt;p&gt;Check to make sure you have the latest version.  If that doesn&#039;t fix it, you&#039;ll probably have to keep the ORDER BY clause and fake the LIMIT clause using PHP and a loop structure.&lt;/p&gt;
 </description>
     <pubDate>Tue, 27 Aug 2002 05:27:00 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112986 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112978</link>
    <description> &lt;p&gt;yep win98 se, apart from this one thing havent had any other problems&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 23:11:43 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1112978 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112955</link>
    <description> &lt;p&gt;Are you running mysqld on a windows box?&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 05:56:36 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112955 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112953</link>
    <description> &lt;p&gt;same thing, crashs mysql, heres the illegal op details if you can undertsand them:&lt;/p&gt;
&lt;p&gt;MYSQLD-OPT caused an invalid page fault in&lt;br /&gt;
module MYSQLD-OPT.EXE at 018f:0045dbee.&lt;br /&gt;
Registers:&lt;br /&gt;
EAX=00000000 CS=018f EIP=0045dbee EFLGS=00010287&lt;br /&gt;
EBX=0382fb73 SS=0197 ESP=0179f73c EBP=69e28001&lt;br /&gt;
ECX=00000001 DS=0197 ESI=00a04100 FS=83ef&lt;br /&gt;
EDX=00a91228 ES=0197 EDI=00000000 GS=0000&lt;br /&gt;
Bytes at CS:EIP:&lt;br /&gt;
39 11 75 3b 33 d2 8a 51 14 f6 d2 33 db 81 e2 ff&lt;br /&gt;
Stack dump:&lt;br /&gt;
705f6e6d 00000005 00a94cc0 0382fb73 0045da27 00a04100 00a94cc0 00000005 00000000 00a042f0 014457c0 00a04100 00000000 0045dc61 00a042f0 00a04100&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 05:16:45 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1112953 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112950</link>
    <description> &lt;p&gt;Doesn&#039;t matter... a quote from the user comments:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Since exit is a language construct and not a function, doing:&lt;/p&gt;
&lt;p&gt;exit;&lt;/p&gt;
&lt;p&gt;without the parenthesis is legal.
&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 02:57:37 +0000</pubDate>
 <dc:creator>Mark Hensler</dc:creator>
 <guid isPermaLink="false">comment 1112950 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112947</link>
    <description> &lt;p&gt;is it exit or exit() ?&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 00:05:26 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1112947 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/returning-limited-results-mysql#comment-1112945</link>
    <description> &lt;p&gt;Just do.. &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;$result &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;= &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;mysql_query&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;(\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;SELECT pid, phits FROM jokes order by phits desc limit 0,30\&quot;);&lt;br /&gt;echo mysql_error();&lt;br /&gt;exit;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 25 Aug 2002 19:44:03 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1112945 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
