<?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%3Acrystal</link>
        <description></description>
        <pubDate>Thu, 30 Apr 2026 05:02:27 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Acrystal&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Product list by tick box</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233081#post2233081</link>
          <description><![CDATA[<p>Hi Greg</p>

<p>Thanks for the reply and lesson</p>
<p>I managed to get around it by the following:- </p>
<p>// load records from 'test'<br /> list($testRecords, $testMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'test',<br /> 'where' =&gt; "retail LIKE '%\tsupermarket\t%' ",<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> ));</p>

<p>(found this on your forum - many thanks)</p>
<p>Chris</p>]]></description>
          <pubDate>Sat, 01 Feb 2014 01:43:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233081#post2233081</guid>
        </item>
                <item>
          <title>Product list by tick box</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233047#post2233047</link>
          <description><![CDATA[<p>HI, can you help?</p>

<p>from a list of products i am trying to only list the products that have a tick against a certain field</p>

<p>ie i have a checkboxes (multi value) list</p>
<p>with bakery, chocolate, supermarket  ect...</p>
<p>the code below works if i only have a single item list</p>
<p>can i make it work for a multi item list</p>
<p>Code:-</p>
<p>  &lt;?php foreach ($testRecords as $record): ?&gt;<br />  &lt;?php if ($record['retail'] != "supermarket") { continue; } ?&gt;<br /> <br />      Record Number: &lt;?php echo htmlencode($record['num']) ?&gt;&lt;br/&gt;<br />      Title: &lt;?php echo htmlencode($record['title']) ?&gt;&lt;br/&gt;<br />      Content: &lt;?php echo $record['content']; ?&gt;&lt;br/&gt;<br />      <br />      <br /><br />      _link : &lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt;&lt;?php echo $record['_link'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br />      &lt;hr/&gt;<br />    &lt;?php endforeach ?&gt;<br /><br />    &lt;?php if (!$testRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;</p>]]></description>
          <pubDate>Thu, 30 Jan 2014 06:07:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233047#post2233047</guid>
        </item>
                <item>
          <title>Preview in same window</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230319#post2230319</link>
          <description><![CDATA[<p>Thanks. will leave it be then!</p>
<p>cheers chris</p>]]></description>
          <pubDate>Mon, 22 Apr 2013 12:54:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230319#post2230319</guid>
        </item>
                <item>
          <title>Preview in same window</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230306#post2230306</link>
          <description><![CDATA[<p>Hi,</p>
<p>When in Adminsection - and editing a record.  the 3 buttons top right hand corner  SAVE | PREVIEW | CANCEL</p>
<p>is it possible to amend PREVIEW to open the preview in the same window (NOT A NEW WINDOW AS AT PRESENT)</p>
<p>many thanks in advance</p>
<p>Chris</p>]]></description>
          <pubDate>Mon, 22 Apr 2013 00:50:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230306#post2230306</guid>
        </item>
                <item>
          <title>Re: [crystal] upload problem has just started</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196547#post2196547</link>
          <description><![CDATA[eeer panic over <br /><br />not a cms problem its working ok now <br /><br />Think its a cheap hosting company problem! <br /><br />cheers<br />]]></description>
          <pubDate>Tue, 24 Mar 2009 15:05:00 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196547#post2196547</guid>
        </item>
                <item>
          <title>upload problem has just started</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196544#post2196544</link>
          <description><![CDATA[HI, <br /><br />clients site benn working perfectly for a aouple of months V1.26 <br /><br />just started getting this error <br /><br />Error saving '8393005_1e.jpg', PHP temporary upload folder doesn't exist or isn't defined. Ask your hosting provider to fix this (check 'upload_tmp_dir' in php.ini).Error saving '8393005_1e.jpg', PHP temporary upload folder doesn't exist or isn't defined. Ask your hosting provider to fix this (check 'upload_tmp_dir' in php.ini). <br /><br />i have amended uploadform_functions.php as noted in another thread but not helped <br /><br />can you advise? <br /><br />chris<br />]]></description>
          <pubDate>Tue, 24 Mar 2009 13:35:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196544#post2196544</guid>
        </item>
                <item>
          <title>Re: [crystal] php code making dreamweaver layout all wrong</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196132#post2196132</link>
          <description><![CDATA[oops <br /><br />i think i sorted it myself <br /><br />i had wrapped the foreach around my div to repeat it <br /><br />which worked but made the workspace go all over the place <br /><br />so i wrapped another div around this to control it <br /><br />(hope this helps somebody - im just busking!)<br />]]></description>
          <pubDate>Thu, 05 Mar 2009 04:40:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196132#post2196132</guid>
        </item>
                <item>
          <title>php code making dreamweaver layout all wrong</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196131#post2196131</link>
          <description><![CDATA[Hi <br /><br />can you offer some advice <br /><br />the page looks as i want it <a target="_blank" href="http://server27.dedicateduk.com/~stephen/shop/index.php">http://server27.dedicateduk.com/~stephen/shop/index.php</a> <br /><br /><br /><br /><br /><br />however my design in dreamweaver has gone pear shaped and unable to work with <br /><br />have i done something wrong with the php? <br /><br />thanks in advance <br /><br />chris<br />]]></description>
          <pubDate>Wed, 04 Mar 2009 17:25:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196131#post2196131</guid>
        </item>
                <item>
          <title>Admin &gt; section editors problems on page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196085#post2196085</link>
          <description><![CDATA[Hi<br />in Admin section editors only general tab is availble Viewer Urls Searching Sorting Advanced on clicking nothing happens any ideas?   cheers chris<br />]]></description>
          <pubDate>Mon, 02 Mar 2009 16:48:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196085#post2196085</guid>
        </item>
                <item>
          <title>Re: [ross] css div question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196028#post2196028</link>
          <description><![CDATA[thanks ill build the page and post it back. <br /><br />Just another point <br /><br />to list the data in a horizontal line instead of a vertical column  <br /><br />ive read that i should float the div left <br /><br />but still the data displays vertical <br /><br />any quick fix? <br /><br />cheers <br /><br />chris<br />]]></description>
          <pubDate>Fri, 27 Feb 2009 12:26:29 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196028#post2196028</guid>
        </item>
                <item>
          <title>css div question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196015#post2196015</link>
          <description><![CDATA[can you help please? <br /><br />i have a list of news items <br /><br />i have pasted the php into a div float left <br /><br />data repeats but the div doesnt <br /><br />as i want a background image in each div how do i make the div repeat with the data <br /><br />thanks <br /><br />chris<br />]]></description>
          <pubDate>Thu, 26 Feb 2009 15:07:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196015#post2196015</guid>
        </item>
                <item>
          <title>Re: [jdancisin] layout question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195831#post2195831</link>
          <description><![CDATA[your a star that fixed it <br /><br />but what did you do?<br />]]></description>
          <pubDate>Tue, 17 Feb 2009 17:43:20 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195831#post2195831</guid>
        </item>
                <item>
          <title>Re: [jdancisin] layout question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195826#post2195826</link>
          <description><![CDATA[thanks for the responce <br /><br /><a target="_blank" href="http://www.imaginefm.net/newslist.php">www.imaginefm.net/newslist.php</a> <br /><br />im no php programmer so not too sure whats going on <br /><br />ive put the php code in a div i thought that the div would repeat every record or do i need tables for that <br /><br />cheers in advance <br /><br />  <br /><br />chris<br />]]></description>
          <pubDate>Tue, 17 Feb 2009 16:11:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195826#post2195826</guid>
        </item>
                <item>
          <title>layout question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2195820#post2195820</link>
          <description><![CDATA[Hi,  <br /><br />new to cms so simple one for you! <br /><br />for a news listing i am listing 10 items per page <br /><br />when i add an image the next item in the list seems to ignore the image is there and overlaps it <br /><br />the only way i seem to be able to fix it is enter a number of returns to fill the gap <br /><br />any thoughts? <br /><br />cheers<br />]]></description>
          <pubDate>Tue, 17 Feb 2009 10:45:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2195820#post2195820</guid>
        </item>
              </channel>
    </rss>
  