<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Show Records Individually</title>
        <link>https://interactivetools.com/forum/forum-posts.php?Show-Records-Individually-82384</link>
        <description></description>
        <pubDate>Fri, 14 Aug 2026 08:31:55 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Show-Records-Individually-82384" rel="self" type="application/rss+xml" />

                <item>
          <title>Show Records Individually</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245425#post2245425</link>
          <description><![CDATA[<p>Hi Phil,</p>
<p>Did mizrahi's reply help you achieve your desired result? Please let us know.</p>
<p>Jenna</p>]]></description>
          <pubDate>Mon, 01 Mar 2021 08:57:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245425#post2245425</guid>
        </item>
                <item>
          <title>Show Records Individually</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245404#post2245404</link>
          <description><![CDATA[<p>I think this is what you're looking for:</p>
<pre class="language-php"><code>&lt;?php foreach ($services as $record): ?&gt;
	&lt;?php if($record['title'] != "Mowing") continue; ?&gt;
	&lt;h1&gt;&lt;?php echo $record['title']; ?&gt;&lt;/h1&gt;
	&lt;?php echo $record['content']; ?&gt;
&lt;?php endforeach ?&gt;


&lt;?php foreach ($services as $record): ?&gt;
	&lt;?php if($record['title'] != "Landscaping") continue; ?&gt;
	&lt;h1&gt;&lt;?php echo $record['title']; ?&gt;&lt;/h1&gt;
	&lt;?php echo $record['content']; ?&gt;
&lt;?php endforeach ?&gt;


&lt;?php foreach ($services as $record): ?&gt;
	&lt;?php if($record['title'] != "Excavating") continue; ?&gt;
	&lt;h1&gt;&lt;?php echo $record['title']; ?&gt;&lt;/h1&gt;
	&lt;?php echo $record['content']; ?&gt;
&lt;?php endforeach ?&gt;
</code></pre>]]></description>
          <pubDate>Tue, 09 Feb 2021 14:22:44 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245404#post2245404</guid>
        </item>
                <item>
          <title>Show Records Individually</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245399#post2245399</link>
          <description><![CDATA[<p>I have a multi record section that contains a record for type of service a landscaping company provides such as Landscaping, Mowing and Excavating.  I would like to have a record in the section for each of the services.</p>
<p>For the viewer, I would like to select each of the records individually to show on the proper place on the page.  The foreach loop won't work as each area the record is to be displayed is laid out differently.</p>
<p>So I want to be able to show all of the records on the page, just individually on the page using a where clause using the title field in the record.</p>
<p>I know there has to be a simple way to do this, but I could not find any example.</p>
<p>Thanks</p>
<p>Phil</p>]]></description>
          <pubDate>Thu, 04 Feb 2021 19:58:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245399#post2245399</guid>
        </item>
              </channel>
    </rss>
  