<?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%3Aineedhelp</link>
        <description></description>
        <pubDate>Wed, 29 Apr 2026 07:53:46 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aineedhelp&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Michael Blake] Need help with simple task</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194387#post2194387</link>
          <description><![CDATA[Thanks Mike. I already figured it out anyway. For those who want to know what I did:<br /><br />  list($headerRecords, $headerMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'header',<br />  ));<br />  $headerRecord = @$headerRecords[0]; // get first record<br /><br />Goes in the top part of your page (which is what the generator gives you)<br /><br />And,<br /><br />&lt;?php echo $headerRecord['content'] ?&gt;<br /><br />Will put the content info into the page. The generator doesn't use the word 'content' so it wasn't working for me by default. Hope this helps anyone who has the same problem. Cheers.<br />]]></description>
          <pubDate>Sat, 22 Nov 2008 22:11:52 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194387#post2194387</guid>
        </item>
                <item>
          <title>Re: [aev] Need help with simple task</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194385#post2194385</link>
          <description><![CDATA[I guess what I'm saying is that the code that is provided:<br /><br />&lt;h1&gt;leftnav - Detail Page Viewer&lt;/h1&gt;<br />Record Number: &lt;?php echo $leftnavRecord['num'] ?&gt;&lt;br/&gt;<br />Title: &lt;?php echo $leftnavRecord['title'] ?&gt;&lt;br/&gt;<br />Content: &lt;?php echo $leftnavRecord['content'] ?&gt;&lt;br/&gt;<br />_link : &lt;a href=&quot;&lt;?php echo $leftnavRecord['_link'] ?&gt;&quot;&gt;&lt;?php echo $leftnavRecord['_link'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br />&lt;hr/&gt;<br />&lt;?php if (!$leftnavRecord): ?&gt;<br />No record found!&lt;br/&gt;&lt;br/&gt;<br />&lt;?php endif ?&gt;<br /><br /><br />Does not work when I have it in my page. It is not retrieving the code which I have put into the single record.<br />]]></description>
          <pubDate>Sat, 22 Nov 2008 18:22:08 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194385#post2194385</guid>
        </item>
                <item>
          <title>Re: [Michael Blake] Need help with simple task</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194383#post2194383</link>
          <description><![CDATA[Yes, I realize php includes do exactly what I want. But my question was how do I do that using the CMS builder. I want the client to be able to use the CMS builder interface to make changes to the body content that I'm looking to add, not to have to edit some text file.<br />]]></description>
          <pubDate>Sat, 22 Nov 2008 18:01:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194383#post2194383</guid>
        </item>
                <item>
          <title>Need help with simple task</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194380#post2194380</link>
          <description><![CDATA[Hi, I think what I want to do is very simple, but I can't figure it out.<br /><br />I have some text with links in it and I want to to appear on each of my pages on my website. But I only ever want to edit one copy of this seciton of text and links and it will automatically change on each of my websites.<br /><br />Basically how do I store this section of HTML in CMS Builder properly (Single Menu Editor Type?). (I think I have this part created)<br /><br />More importantly how do I write code to 'grab' this section of HTML and display it on a particular webpage?<br />]]></description>
          <pubDate>Sat, 22 Nov 2008 16:40:27 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194380#post2194380</guid>
        </item>
              </channel>
    </rss>
  