<?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%3Aproba</link>
        <description></description>
        <pubDate>Tue, 05 May 2026 04:16:43 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aproba&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236155#post2236155</link>
          <description><![CDATA[<p>Look at the screenshot from my text editor.</p>]]></description>
          <pubDate>Tue, 24 Feb 2015 08:53:51 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236155#post2236155</guid>
        </item>
                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236152#post2236152</link>
          <description><![CDATA[<p>this code have syntax error in "where"</p>
<p><code>&lt;?php<br />   require_once "........./lib/viewer_functions.php";<br /><br />   list($afishRecords, $afishMetaData) = getRecords(array(<br />     'tableName'   =&gt; 'afish',<br />     'where' =&gt; 'date &lt;= "'.date('Y-m-d H:i:s', time()+(60x60x24x7)).'" AND date &gt;= "'.date('Y-m-d H:i:s', time()).'"',<br />   ));<br /><br /> ?&gt;</code></p>]]></description>
          <pubDate>Tue, 24 Feb 2015 02:54:15 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236152#post2236152</guid>
        </item>
                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236124#post2236124</link>
          <description><![CDATA[<p>Yes the name of the variable is - "date"</p>]]></description>
          <pubDate>Thu, 19 Feb 2015 09:47:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236124#post2236124</guid>
        </item>
                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236112#post2236112</link>
          <description><![CDATA[<p>Ok now i got this error - "MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM `cms_afish` as `afish` ORDER BY dragSortOrder, date ASC' at line 2"</p>]]></description>
          <pubDate>Tue, 17 Feb 2015 13:48:32 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236112#post2236112</guid>
        </item>
                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236102#post2236102</link>
          <description><![CDATA[<p>For now it is:</p>
<blockquote>&lt;?php<br />  require_once "........./lib/viewer_functions.php";<br /><br />  list($afishRecords, $afishMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'afish',<br />    'where' =&gt; 'date &lt;= ((NOW() + INTERVAL 7 DAY) AND date &gt;= NOW()',<br />  ));<br /><br />?&gt;</blockquote>
<p>with foreach:</p>
<blockquote>
<p>&lt;?php foreach ($afishRecords as $record): ?&gt;&lt;section&gt;<br />            &lt;header&gt;<br />                &lt;h1 style="width:90%;"&gt;&lt;span style="font-size:12px;"&gt;&lt;?php echo date("d.m.Y", strtotime($record['date'])) ?&gt;&lt;/span&gt;&lt;br /&gt;&lt;?php echo $record['title'] ?&gt;&lt;/h1&gt;<br />            &lt;/header&gt;<br />            &lt;div class="content" style="width:100%;"&gt;<br />            &lt;?php echo $record['content'] ?&gt;<br />            &lt;/div&gt;<br />        &lt;/section&gt;&lt;?php endforeach ?&gt;</p>
</blockquote>
<p>and got this error - "MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY dragSortOrder' at line 4"</p>]]></description>
          <pubDate>Mon, 16 Feb 2015 20:39:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236102#post2236102</guid>
        </item>
                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236085#post2236085</link>
          <description><![CDATA[<p>i got this error - "MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ORDER BY dragSortOrder' at line 4"</p>]]></description>
          <pubDate>Mon, 16 Feb 2015 09:22:42 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236085#post2236085</guid>
        </item>
                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236079#post2236079</link>
          <description><![CDATA[<p>Is there anybody here who can help me with this?</p>]]></description>
          <pubDate>Mon, 16 Feb 2015 07:21:06 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236079#post2236079</guid>
        </item>
                <item>
          <title>List upcoming events only</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2236064#post2236064</link>
          <description><![CDATA[<p>Hello,</p>
<p>just want to ask is it possible to show results only from next seven days based on only date field. I mean today + next seven days only with date field?</p>
<p>Cheers</p>]]></description>
          <pubDate>Fri, 13 Feb 2015 08:20:01 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2236064#post2236064</guid>
        </item>
                <item>
          <title>Input field for pagination</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232565#post2232565</link>
          <description><![CDATA[<p>Hello,</p>
<p>one quick question - Is there a way to make form for change page number with input field value? I mean after search :)</p>
<p>Example: my url - list.php?offer=sell&amp;price_min=&amp;price_max=&amp;submit=Submit&amp;page=<strong>3</strong> . I want to have form with input field where i can put some value like "9" and my url change to this - list.php?offer=sell&amp;price_min=&amp;price_max=&amp;submit=Submit&amp;page=<strong>9 .</strong></p>
<p>Want to save my search criteria and change only page number.</p>
<p>Thanks</p>]]></description>
          <pubDate>Mon, 02 Dec 2013 02:41:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232565#post2232565</guid>
        </item>
              </channel>
    </rss>
  