<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3APixelFusion</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 23:46:04 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3APixelFusion&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [aharrow] Help needed to add content from multiple sections on one page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193575#post2193575</link>
          <description><![CDATA[I have a very similar thing I want to accomplish. I was able to get the list page working but I'm having problems with the details page. I need to combine the following. <br /><br /> <code>&lt;?php<br />  <br />  require_once &quot;/home/cmsdemo/www/cmsdemo.pixelfusion3.net/cmsAdmin/lib/viewer_functions.php&quot;; <br /><br />  list($solutionsRecords, $solutionsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'solutions',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $solutionsRecord = @$solutionsRecords[0]; // get first record <br /><br />?&gt; <br /><br /> </code><br /> <br /><br />AND <br /><br /> <code>&lt;?php<br />  <br />  require_once &quot;/home/cmsdemo/www/cmsdemo.pixelfusion3.net/cmsAdmin/lib/viewer_functions.php&quot;; <br /><br />  list($menuRecords, $menuMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'menu',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $menuRecord = @$menuRecords[0]; // get first record <br /><br />?&gt; <br /><br /> </code><br /> <br /><br />I tried the following but it only shows the first item. <br /><br /> <code>&lt;?php<br />  <br />  require_once &quot;/home/cmsdemo/www/cmsdemo.pixelfusion3.net/cmsAdmin/lib/viewer_functions.php&quot;; <br /><br />  list($solutionsRecords, $solutionsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'solutions',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $solutionsRecord = @$solutionsRecords[0]; // get first record <br /><br />  list($menuRecords, $menuMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'menu',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $menuRecord = @$menuRecords[0]; // get first record <br /><br />?&gt; <br /><br /> </code><br />]]></description>
          <pubDate>Tue, 30 Sep 2008 10:43:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193575#post2193575</guid>
        </item>
              </channel>
    </rss>
  