<?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%3Awatersidedesign</link>
        <description></description>
        <pubDate>Fri, 15 May 2026 09:01:09 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Awatersidedesign&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>New to CMS Builder and need a little help please</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2192328#post2192328</link>
          <description><![CDATA[Hi All, <br /><br />This is my first time using CMSB and PHP for that matter so I wonder if you could offer a little assistance :) <br /><br />I have used CMSB to create a php file that lists categories.  When uploaded to the server this works fine.  What I want to do is include this in different files so what I thought I could do was simply use include instead of copying the code into each page. <br /><br />So for example: <br /><br />  <br /><br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;<a target="_blank" href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>&quot;&gt;<br />&lt;html xmlns=&quot;<a target="_blank" href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&quot;&gt;<br />&lt;head&gt;<br />&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;<br />&lt;title&gt;Untitled Document&lt;/title&gt;<br />&lt;link href=&quot;/style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;&gt;<br />&lt;/head&gt; <br /><br />&lt;body&gt;<br />&lt;table width=&quot;100%&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;<br />  &lt;tr&gt;<br />    &lt;td width=&quot;17%&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />    &lt;td width=&quot;83%&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;&lt;?php include(&quot;/panels/maincat.php&quot;); ?&gt;&lt;/td&gt;<br />    &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />  &lt;/tr&gt;<br />  &lt;tr&gt;<br />    &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />    &lt;td&gt;&amp;nbsp;&lt;/td&gt;<br />  &lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;/body&gt;<br />&lt;/html&gt;<br /> <br /><br />  <br /><br />but all this does is shows a blank page where if i call /panels/maincat.php from the browser, i get my list of categories. <br /><br />  <br /><br />Any ideas?<br />]]></description>
          <pubDate>Fri, 04 Jul 2008 03:37:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2192328#post2192328</guid>
        </item>
              </channel>
    </rss>
  