<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>Query help </title>
        <link>https://interactivetools.com/forum/forum-posts.php?Query-help-82389</link>
        <description></description>
        <pubDate>Sat, 11 Jul 2026 20:38:31 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;Query-help-82389" rel="self" type="application/rss+xml" />

                <item>
          <title>Query help </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245423#post2245423</link>
          <description><![CDATA[<p>Thanks <span>Djulia that worked :)</span></p>]]></description>
          <pubDate>Fri, 26 Feb 2021 12:06:54 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245423#post2245423</guid>
        </item>
                <item>
          <title>Query help </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245417#post2245417</link>
          <description><![CDATA[<p>Hi Theclicklab, </p>
<p><span class="VIiyi"><span class="JLqJ4b ChMk0b"><span>Can you try this ?</span></span></span></p>
<pre class="language-php"><code>$geoid = "AU";

// load record from 'banners'
list($bannersRecords, $bannersMetaData) = getRecords(array(
  'tableName'   =&gt; 'banners',
  'where'       =&gt; "FIND_IN_SET('". mysql_escape($geoid) ."', `country_code`)",
  'loadUploads' =&gt; false,
  'allowSearch' =&gt; false,
  'limit'       =&gt; '1',
));
$bannersRecord = @$bannersRecords[0]; // get first record</code></pre>
<p>Thanks,</p>
<p>Djulia</p>]]></description>
          <pubDate>Thu, 25 Feb 2021 01:13:39 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245417#post2245417</guid>
        </item>
                <item>
          <title>Query help </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245416#post2245416</link>
          <description><![CDATA[<p>Hi there, need some help with a record lookup query:</p>
<pre class="language-php"><code>$geoid = "AU";

// load record from 'banners'
list($bannersRecords, $bannersMetaData) = getRecords(array(
'tableName' =&gt; 'banners',
'where' =&gt; "`country_code` LIKE '". mysql_escape($geoid) ."'",
'loadUploads' =&gt; false,
'allowSearch' =&gt; false,
'limit' =&gt; '1',
));
$bannersRecord = @$bannersRecords[0]; // get first record</code></pre>
<p>country_code has a list of id's in it separated by comma's like this:</p>
<p>AU,NZ,US</p>
<p>What should I use for 'where' =&gt; </p>
<p>Many thanks :)</p>
]]></description>
          <pubDate>Wed, 24 Feb 2021 19:36:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245416#post2245416</guid>
        </item>
              </channel>
    </rss>
  