<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1034483" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1034483</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/image-gallery-help#comment-1200587</link>
    <description> &lt;p&gt;No problem. Looking good so far!&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 19:53:08 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1200587 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/image-gallery-help#comment-1200578</link>
    <description> &lt;p&gt;I finished modifying.&lt;/p&gt;
&lt;p&gt;You can view the gallery here:&lt;br /&gt;
&lt;a href=&quot;http://www.buschadventure.com/customgall/&quot; class=&quot;bb-url&quot;&gt;http://www.buschadventure.com/customgall/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Theirs still some modifications to be done, and it&#039;s not open to the public yet.&lt;/p&gt;
&lt;p&gt;Thanks again for the help!&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 18:48:11 +0000</pubDate>
 <dc:creator>saxman13ga</dc:creator>
 <guid isPermaLink="false">comment 1200578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/image-gallery-help#comment-1200570</link>
    <description> &lt;p&gt;Not a problem. Let us know how it turns out. I&#039;d love to see the link once you&#039;ve modified it.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 18:16:31 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1200570 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/image-gallery-help#comment-1200564</link>
    <description> &lt;p&gt;That makes a lot of sense.&lt;/p&gt;
&lt;p&gt;Thanks for the help!&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 17:38:27 +0000</pubDate>
 <dc:creator>saxman13ga</dc:creator>
 <guid isPermaLink="false">comment 1200564 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-database-development/image-gallery-help#comment-1200557</link>
    <description> &lt;p&gt;You might do something like this (pseudo-code).&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;numperpage = 10;&lt;br /&gt;page = urlparameter_page;&lt;br /&gt;&lt;br /&gt;numtoskip = numperpage * (page - 1)&lt;br /&gt;&lt;br /&gt;SQL = &amp;quot;select * from images limit numtoskip, numperpage&amp;quot;;&lt;br /&gt;execute(SQL);&lt;br /&gt;&lt;br /&gt;if (page != 1)&lt;br /&gt;{&lt;br /&gt;prevpage = page - 1;&lt;br /&gt;pagelink = &amp;#039;&amp;lt;a href=&amp;quot;thisfile.php?page=&amp;#039; . prevpage . &amp;#039;&amp;gt;Previous&amp;lt;/a&amp;gt;&amp;#039;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;tempnumtoskip = numtoskip + numperpage;&lt;br /&gt;tempSQL = &amp;quot;select * from images limit tempnumtoskip, numperpage&amp;quot;;&lt;br /&gt;execute(tempSQL);&lt;br /&gt;&lt;br /&gt;if (any results)&lt;br /&gt;{&lt;br /&gt;nextpage = page - 1;&lt;br /&gt;pagelink .= &amp;#039;&amp;lt;a href=&amp;quot;thisfile.php?page=&amp;#039; . nextpage . &amp;#039;&amp;gt;Next&amp;lt;/a&amp;gt;&amp;#039;;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Does that pseudo-code make sense?&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 May 2006 16:11:05 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1200557 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
