<?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%3Abiorn</link>
        <description></description>
        <pubDate>Sat, 04 Apr 2026 03:50:18 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Abiorn&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>search feature old version cms builder 1.12</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229829#post2229829</link>
          <description><![CDATA[<p>we have a site using cms 1.12. the site is working fine and no issues. it is very customized and no need for any upgrades.</p>
<p>we are going to add a search feature and so far that works fine for one list (or sql tables), but not multiple on the same page.</p>
<p>we have  the following code on the result page:</p>
<p><code>&lt;?php<br />require_once "D:/Inetpub/3dscanningtechnologies/cms3d/lib/viewer_functions.php";<br />$options = array(); // NOTE: see online documentation for more details on these options<br />$options['tableName'] = 'industrynews'; // (REQUIRED) MySQL tablename to list record from. Example: 'article';<br />$options['titleField'] = 'title'; // (optional) MySQL fieldname used in viewer url for search engines. Example: 'title' would display: viewer.php/article_title_here-123<br />$options['viewerUrl'] = 'industrynewsPage.php'; // (optional) URL of viewer page. Example: '/articles/view.php';<br />$options['perPage'] = '17'; // (optional) The number of records to display per page. Example: '5'; Defaults to 10.<br />$options['orderBy'] = 'featured_article DESC, date DESC, title'; // (optional) Fieldnames to sort by. Example: 'field1, field2 DESC, field3';<br />$options['pageNum'] = ''; // (optional) Page number of results to display. Example: '1'; Defaults to ?page=# value, or 1 if undefined<br />$options['where'] = ''; // (ADVANCED) Additional MySQL WHERE conditions. Example: 'fieldname = "value"'<br />$options['useSeoUrls'] = ''; // (ADVANCED) Set this to '1' for search engine friendly urls: view.php/123 instead of view.php?123 (not supported on all web servers)<br />list($listRows, $listDetails) = getListRows($options);<br />?&gt;</code></p>
<p>this works all fine and no issues and it searches just fine.</p>
<p>However, we have several tables (not only the "industrynews"). how do we include the search to display results from multiple tables?</p>
<p>thanks,</p>
<p>biorn</p>]]></description>
          <pubDate>Wed, 13 Mar 2013 16:14:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229829#post2229829</guid>
        </item>
              </channel>
    </rss>
  