<?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%3ARewmer</link>
        <description></description>
        <pubDate>Sun, 19 Apr 2026 08:26:31 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ARewmer&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232466#post2232466</link>
          <description><![CDATA[<p>Hi Damon, yep thats got it, just what I was after. Thanks very much for your time..... Now all I have to do is work out how it works ???</p>]]></description>
          <pubDate>Thu, 21 Nov 2013 12:43:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232466#post2232466</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232349#post2232349</link>
          <description><![CDATA[<p>Any progress as yet Damon on the support ticket ?</p>]]></description>
          <pubDate>Mon, 11 Nov 2013 10:08:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232349#post2232349</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232287#post2232287</link>
          <description><![CDATA[<p>Hi Damon, not as yet. Ticket sent ....</p>]]></description>
          <pubDate>Thu, 31 Oct 2013 00:18:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232287#post2232287</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232253#post2232253</link>
          <description><![CDATA[<p>Any thoughts anyone ?</p>]]></description>
          <pubDate>Fri, 25 Oct 2013 02:42:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232253#post2232253</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232213#post2232213</link>
          <description><![CDATA[<p>Hi Ross, sure. Here it is the detail page record loader..</p>
<p><code>&lt;?php   $libraryPath = 'cms/lib/viewer_functions.php';   $dirsToCheck = array('/home/genetic/public_html/','','../','../../','../../../'); <br />  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }} <br />  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); } <br />  // load record from 'avaliable_royal_pythons'   list($avaliable_royal_pythonsRecords, $avaliable_royal_pythonsMetaData) = getRecords(array(    <br />  'tableName'   =&gt; 'avaliable_royal_pythons', <br />  'where'       =&gt; whereRecordNumberInUrl(0),   <br />  'loadUploads' =&gt; true,     'allowSearch' =&gt; false,   <br />  'limit'       =&gt; '5',   ));   $avaliable_royal_pythonsRecord = @$avaliable_royal_pythonsRecords[0];<br /> // get first record   if (!$avaliable_royal_pythonsRecord) { dieWith404("Record not found!"); }<br /> // show error message if no record found<br /><br /> ?&gt;</code></p>
<p><br />Regards</p>
<p>Andy</p>]]></description>
          <pubDate>Tue, 22 Oct 2013 22:40:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232213#post2232213</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232192#post2232192</link>
          <description><![CDATA[<p>Been playing with this all weekend and still can't get it. Any suggestions to get the link through to the details page ?</p>
<p>Andy</p>]]></description>
          <pubDate>Sun, 20 Oct 2013 23:07:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232192#post2232192</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232181#post2232181</link>
          <description><![CDATA[<p>Beautiful !</p>
<p>Works a treat, just what I was after Thanks very much Chris.</p>
<p>Thinking along the same lines, I tried to get it to link direct to the details page by</p>
<p><code>By doing this &lt;a href="royalavailabledetail.php?clutch_no=&lt;?php echo $record['cluth_no'] ?&gt;"&gt;See available animals&lt;/a&gt;</code></p>
<p> but to no avail. Is this possible ? (oh and the variable "cluth_no" is spelled correctly - typo when I set up the DB)</p>

<p>Andy</p>]]></description>
          <pubDate>Fri, 18 Oct 2013 05:36:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232181#post2232181</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232157#post2232157</link>
          <description><![CDATA[<p>Thanks Chris, I will have a play with that and see how I get on. Sounds like the badger!</p>]]></description>
          <pubDate>Thu, 17 Oct 2013 12:22:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232157#post2232157</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232150#post2232150</link>
          <description><![CDATA[<p>Anyone have any thoughts on this ????</p>]]></description>
          <pubDate>Thu, 17 Oct 2013 10:04:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232150#post2232150</guid>
        </item>
                <item>
          <title>Search results page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232147#post2232147</link>
          <description><![CDATA[<p>Sometimes you cant see for looking......</p>
<p><code>'tableName'   =&gt; 'avaliable_royal_pythons',<br />     'loadUploads' =&gt; true,<br />     'allowSearch' =&gt; false,<br />  'perPage'     =&gt; '5',</code></p>
<p><br />Obvious really....</p>
<p>Thanks for your help Jerry. Looking forward to expanding on this with some of your recipees.</p>]]></description>
          <pubDate>Wed, 16 Oct 2013 11:11:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232147#post2232147</guid>
        </item>
                <item>
          <title>Search results page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232145#post2232145</link>
          <description><![CDATA[<p>Hi Jerry, thanks.</p>
<p>Yep that helped. Im now have a working test page, but putting the code into the full page still does not work. I guess some of my code is upsetting things</p>
<p>I will have a trawl through editing out lines until I find the culprit.</p>]]></description>
          <pubDate>Wed, 16 Oct 2013 08:25:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232145#post2232145</guid>
        </item>
                <item>
          <title>Search results page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232138#post2232138</link>
          <description><![CDATA[<p>Well thought I had seen it but apperantly not.  Noticed " allow search" was set to false. Tried changing it to true but to no avail. </p>]]></description>
          <pubDate>Tue, 15 Oct 2013 11:01:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232138#post2232138</guid>
        </item>
                <item>
          <title>Search results page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232137#post2232137</link>
          <description><![CDATA[<p>Ok Ive tried making a simple page as below</p>
<p><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"&gt; &lt;html xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a>"&gt;<br /><br />  &lt;?php    $libraryPath = 'cms/lib/viewer_functions.php'; <br />   $dirsToCheck = array('/home/genetic/public_html/','','../','../../','../../../'); <br /><br />   foreach ($dirsToCheck as $dir) { if (@include_once("../$dir$libraryPath")) { break; }} <br />   if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }  <br />   list($avaliable_royal_pythonsRecords, $avaliable_royal_pythonsMetaData) = getRecords(array(     'tableName'   =&gt; 'avaliable_royal_pythons',  <br />    'loadUploads' =&gt; true,     'allowSearch' =&gt; false,  'perPage'     =&gt; '5',   )); ?&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;<br /> &lt;title&gt;Search&lt;/title&gt; &lt;/head&gt; &lt;form method="POST" action="&lt;?php echo $_SERVER['../PHP_SELF'] ?&gt;"&gt; <br />  &lt;input type="text" name="breeding_keyword" value=""&gt;  <br /> &lt;input type="submit" name="submit" value="Search"&gt;<br />  &lt;/form&gt; &lt;body&gt; &lt;/body&gt; &lt;/html&gt;</code></p>
<p>But get the error "notice: Undefined index: ../PHP_SELF in /home/genetic/public_html/pages/search.php on line 22"</p>
<p>Line 22 refers to</p>
<p><code> &lt;form method="POST" action="&lt;?php echo $_SERVER['../PHP_SELF'] ?&gt;"&gt;</code></p>
<p> I know im missing something simple. --------------------- I think Ive just seen it------------------</p>
<p>Andy</p>]]></description>
          <pubDate>Tue, 15 Oct 2013 09:08:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232137#post2232137</guid>
        </item>
                <item>
          <title>Search results page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232134#post2232134</link>
          <description><![CDATA[<p>No change there Jerry.</p>
<p>I can see its doing something as the wait symbol appears on the page tab - but no results..</p>
<p>Strange.</p>
<p>Andy</p>]]></description>
          <pubDate>Tue, 15 Oct 2013 07:28:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232134#post2232134</guid>
        </item>
                <item>
          <title>Search results page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232132#post2232132</link>
          <description><![CDATA[<p>Hi Jerry,</p>
<p> Had a chance to have a play. have my search box on the page and  it looks OK, but searching for anything is not bringing up any results.</p>
<p>I checked my DB and there is defiantly a field called "breeding" that I want to search that has all the different breeding in it.</p>
<p>The page is here <a href="http://www.genetic-gems.com/pages/royalavailable2.php" rel="nofollow">http://www.genetic-gems.com/pages/royalavailable2.php</a></p>
<p>I tried removing all the code that displays the results, but still nothing ????</p>
<p>This is the code I have used as per your example</p>
<p><code>&lt;form method="POST" action="&lt;?php echo $_SERVER['PHP_SELF'] ?&gt;"&gt;<br />  &lt;input type="text" name="breeding"_keyword value=""&gt;<br />  &lt;input type="submit" name="submit" value="Search"&gt;<br />  &lt;/form&gt;</code></p>

<p>I am a little stumped at the moment - any suggestions ?</p>
<p>Andy</p>]]></description>
          <pubDate>Tue, 15 Oct 2013 05:08:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232132#post2232132</guid>
        </item>
                <item>
          <title>Search results page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232111#post2232111</link>
          <description><![CDATA[<p>I'm trying to setup a simple search on one of my pages. I have the form code ok which sends through to results page, but I'm not sure of the code needed to show the results. Do I use the record loading code from the search page on my results page ? And can anyone give me the basics code to show the results that I can build on ?</p>
<p>thanks</p>
<p>andy</p>]]></description>
          <pubDate>Sat, 12 Oct 2013 08:06:38 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232111#post2232111</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232093#post2232093</link>
          <description><![CDATA[<p>Hi Chris, thanks for the ideas. One of the downfalls of only playing with this site perhaps once a year, is I forget what Ive done and to a good part - how it works ! after a bit of refreshing I have realized that</p>
<p>each clutch of snakes when born are given a unique identifier which is noted in the Clutch No. record in the the breeding / incubator record set. Also any of these snakes that are put into the available animals recordset are also identified by that same clutch No.</p>
<p>Just to make sure I`m not confusing things  - there is a section editor for "Breedings / incubator" and a separate one for "Available" </p>

<p>Here is the page for the record of the hatchings - <a href="http://www.genetic-gems.com/pages/royalincubator2013.php" rel="nofollow">http://www.genetic-gems.com/pages/royalincubator2013.php</a></p>
<p>and this is the page for the available animals - <a href="http://www.genetic-gems.com/pages/royalavailable2.php" rel="nofollow">http://www.genetic-gems.com/pages/royalavailable2.php</a> - (note data is out of date on this page.)</p>
<p>All I really need to do is have a link on each "incubator" result that links through to a separate page that shows just the one record that is called from the incubator page - perhaps a search results page with the key word</p>
<p>being an exact match to the clutch No. ??</p>
<p>Hope this makes sense, Im sure its going to be real simple..</p>
<p>Thanks again for your help</p>
<p>Andy</p>

]]></description>
          <pubDate>Thu, 10 Oct 2013 05:02:35 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232093#post2232093</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232076#post2232076</link>
          <description><![CDATA[<p>In a moment of clarity brought on by the sedative from my tooth extraction today, I guess I only need to create a link on the breeding page to the relevant availabe records.  Any ideas how I would achieve this ?</p>]]></description>
          <pubDate>Wed, 09 Oct 2013 05:43:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232076#post2232076</guid>
        </item>
                <item>
          <title>Linked records ?</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232066#post2232066</link>
          <description><![CDATA[<p>Just mulling over a few ideas for the site I work on. Its for a snake breeder and I have set up records for when they breed, eggs layed,off spring etc on one section editor</p>
<p>and then I have set up another for snakes that ultimatly come up for sale. I wonder can I somehow get my list page on the breeding to throw up</p>
<p>a link to the "Available" ?</p>
<p>Just thinking aloud I guess I would need to have some form of common data between each recordset ie a ref code or similar.</p>
<p>Would I have to load both recordsets on my page ?</p>

<p>ANy thoughts most welcome</p>
<p>Andy</p>]]></description>
          <pubDate>Tue, 08 Oct 2013 09:46:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232066#post2232066</guid>
        </item>
                <item>
          <title>CSS formatting data</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231977#post2231977</link>
          <description><![CDATA[<p>Greg - Legend !</p>
<p>Had a chance to have a look using the Chrome developer and found the problem straight away. Its now looking as it should.</p>
<p>Thanks very much for your help and the tip !</p>
<p>Andy</p>]]></description>
          <pubDate>Sat, 28 Sep 2013 10:45:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231977#post2231977</guid>
        </item>
                <item>
          <title>CSS formatting data</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231975#post2231975</link>
          <description><![CDATA[<p>Hi Greg, the data is from a simple image upload. I will have a look at Chrome developer when I'm back at the computer, that sounds like a top tip- thanks very much. </p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 27 Sep 2013 14:30:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231975#post2231975</guid>
        </item>
                <item>
          <title>Using thumbs &amp; images in a gallery</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231969#post2231969</link>
          <description><![CDATA[<p>Hi,</p>
<p>I use the following "for each" to create the gallery on my site -</p>
<p>I have a single div formatted on the CSS sheet called "gallery" and each thumbnail opens with lightbox effect..</p>
<p>The images are uploads</p>
<p><code>&lt;?php foreach ($breedings_2013Records as $record): ?&gt;<br />      <br />     &lt;div class="gallery"&gt;&lt;?php foreach ($record['content'] as $index =&gt; $upload): ?&gt;<br />         &lt;a href="&lt;?php echo $upload['urlPath'] ?&gt;"rel="lightbox"title="&lt;?php echo htmlencode($upload['info1']) ?&gt;"&gt;<br />         &lt;img src="&lt;?php echo $upload['thumbUrlPath'] ?&gt;" width="&lt;?php echo $upload['thumbWidth'] ?&gt;" height="&lt;?php echo $upload['thumbHeight'] ?&gt;" alt="&lt;?php echo htmlencode($upload['info1']) ?&gt;" title="&lt;?php echo htmlencode($upload['info1']) ?&gt;" /&gt;<br />         &lt;/a&gt;<br />    &lt;?php echo htmlencode($record['title']) ?&gt;<br />         &lt;?php endforeach ?&gt;&lt;/div&gt;<br />      &lt;?php endforeach ?&gt;</code></p>
<p>Hope this helps</p>
<p>Andy</p>]]></description>
          <pubDate>Fri, 27 Sep 2013 11:21:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231969#post2231969</guid>
        </item>
                <item>
          <title>CSS formatting data</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231968#post2231968</link>
          <description><![CDATA[<p>I seem to be having a little trouble formating the data from my database when presenting it on my page. The page is formatted by a single CSS document which controls all my divs sizes and fonts etc</p>
<p>but I just cant seem to change the font for the displayed data. Ive somehow got the color right but the font face is being very stubborn. Ive been right through my CSS document and changed all references</p>
<p>of font to the required "Arial" but to no avail.</p>
<p>Am I missing something here in the way the data is handled ?</p>]]></description>
          <pubDate>Fri, 27 Sep 2013 11:11:28 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231968#post2231968</guid>
        </item>
                <item>
          <title>Re: [zip222] Display data in a DIV</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216309#post2216309</link>
          <description><![CDATA[Nice work Zip, Sooo simple, she is looking fine now. Thanks very much.<br />]]></description>
          <pubDate>Wed, 23 May 2012 14:43:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216309#post2216309</guid>
        </item>
                <item>
          <title>Re: [zip222] Display data in a DIV</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216306#post2216306</link>
          <description><![CDATA[Thanks zip, I just knew it would be simple. I will give that a go shortly and let you know how I get on.<br />Thanks again.<br />]]></description>
          <pubDate>Wed, 23 May 2012 14:16:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216306#post2216306</guid>
        </item>
              </channel>
    </rss>
  