<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>List Records Trouble</title>
        <link>https://interactivetools.com/forum/forum-posts.php?List-Records-Trouble-69318</link>
        <description></description>
        <pubDate>Tue, 12 May 2026 01:48:38 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;List-Records-Trouble-69318" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Mr Jim] List Records Trouble</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193833#post2193833</link>
          <description><![CDATA[Mr Jim thank your help approach, what i wanted was another thing, but I already found it in post 65540 thank you!!!<br />]]></description>
          <pubDate>Tue, 21 Oct 2008 19:29:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193833#post2193833</guid>
        </item>
                <item>
          <title>Re: [jposwald] List Records Trouble</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193827#post2193827</link>
          <description><![CDATA[Take this line out of your header. It would be reserved for the header on your detail page, but it doesn't look like you are going to have a detail page.<br /><br />    'where'       =&gt; whereRecordNumberInUrl(1), <br /><br />Jim<br />]]></description>
          <pubDate>Tue, 21 Oct 2008 17:06:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193827#post2193827</guid>
        </item>
                <item>
          <title>List Records Trouble</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193822#post2193822</link>
          <description><![CDATA[Dear IT,<br /><br />I have a problem listings records.<br /><br />It only list me the first record, and not the others ones I've add in same category.<br /><br />In where cause I put num 1 because it's the section of list that I need to show (I have 3 sections for that variable).<br /><br />It works but only show me the first one.<br /><br /><code>&lt;?php<br />  <br />  require_once &quot;/home/content/d/e/rhtml/utahreoexperts/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($frequently_asked_questionsRecords, $frequently_asked_questionsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'frequently_asked_questions',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'where'       =&gt; &quot; num = '1' &quot;, <br />    'perPage'     =&gt; '10',<br />    'loadUploads' =&gt; '0',<br />    'allowSearch' =&gt; '0',<br />  ));<br /><br />?&gt;</code><br /><br />This is the URL:<br />http://www.utahreoexperts.com/first-time-home-buyers/faq-frequently-asked-questions/<br /><br />The code of the list page is:<br /><br /><code>&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot;&gt;<br />&lt;?php foreach ($frequently_asked_questionsRecords as $record): ?&gt;<br />&lt;tr&gt; <br />&lt;td width=&quot;560&quot; height=&quot;25&quot; valign=&quot;top&quot;&gt;<br />Q. &lt;?php echo $record['question'] ?&gt;&lt;/td&gt;&lt;/tr&gt;<br />&lt;tr&gt; <br />&lt;td height=&quot;25&quot; valign=&quot;top&quot;&gt;<br /> A. &lt;?php echo $record['answer'] ?&gt;&lt;/td&gt;&lt;/tr&gt;<br />&lt;tr&gt; <br />&lt;td height=&quot;20&quot; valign=&quot;top&quot;&gt;<br />&lt;a href=&quot;#Top-Page&quot;&gt;Back to Top&lt;/a&gt;&lt;/span&gt;&lt;/td&gt;&lt;/tr&gt;<br />&lt;tr&gt; <br />&lt;td height=&quot;3&quot; valign=&quot;top&quot;&gt;&lt;img src=&quot;separator.png&quot; width=&quot;560&quot; height=&quot;3&quot;&gt;&lt;/td&gt;&lt;/tr&gt;<br />&lt;?php endforeach; ?&gt;<br />&lt;/table&gt;</code><br /><br />Thank you!!!!!]]></description>
          <pubDate>Tue, 21 Oct 2008 16:22:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193822#post2193822</guid>
        </item>
              </channel>
    </rss>
  