<?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%3Adsn7287</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 12:30:36 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Adsn7287&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [ross] Installing Back Button on thumbnail expanded images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197121#post2197121</link>
          <description><![CDATA[hiya mate, in that case maybe integrating something like highslide might be a lot better. (Link is <a target="_blank" href="http://highslide.com/">http://highslide.com/</a>) <br /><br />That way the presentation of th pic looks so much cooler, and the whole need for back buttons, etc are void!  <br /><br />I know its javascript, but its pretty versatile, and passing the image url to it, through php i dont think will be that hard... <br /><br />Just a suggestion...<br />]]></description>
          <pubDate>Mon, 27 Apr 2009 16:15:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197121#post2197121</guid>
        </item>
                <item>
          <title>Re: [ross] Help with Search. Very Urgent, please help!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197117#post2197117</link>
          <description><![CDATA[MAte everything right on track... Wroking like a charm... Dave's code definitely gave me the direction... The information on the fourm has been invaluable in me being able to continue... Thanks to all the contributors!<br />]]></description>
          <pubDate>Mon, 27 Apr 2009 16:11:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197117#post2197117</guid>
        </item>
                <item>
          <title>Re: [Dave] Help with Search. Very Urgent, please help!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197105#post2197105</link>
          <description><![CDATA[H Dave, <br /><br />thanks so much for the quick response (and that too over the weekend! [cool]) <br /><br />The reason I cant use the inbuilt search is, that I have my own if condirtions that need to be met, like dates between, wut quick option was chosen etc...) <br /><br />Cheers again mate...<br />]]></description>
          <pubDate>Sun, 26 Apr 2009 09:55:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197105#post2197105</guid>
        </item>
                <item>
          <title>Re: [RaisyRoo] Installing Back Button on thumbnail expanded images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197101#post2197101</link>
          <description><![CDATA[I'm not a 100% sure, but if Ross says the browser's back button works, then try:<br /><br />&lt;a href=&quot;#&quot; onClick=&quot;history.go(-1)&quot;&gt;Back&lt;/a&gt;<br /> <br />&lt;input type=button value=&quot;Back&quot; onClick=&quot;history.go(-1)&quot;&gt;<br /><br />Javascript that does pretty much the same thing i reckon...<br />Like i said, i cant be sure, but trying it wont hurt i guess :))<br />]]></description>
          <pubDate>Sat, 25 Apr 2009 19:45:22 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197101#post2197101</guid>
        </item>
                <item>
          <title>Help with Search. Very Urgent, please help!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197100#post2197100</link>
          <description><![CDATA[Ok I guess this is pretty straight forward problem.<br /><br />In my list viewer page I use php get to get some values into some variables like so:<br />  $quick_option = $_GET['varQuickOption'];<br />  $start_date = $_GET['varStartdate'];<br />  $end_date = $_GET['varEnddate'];<br />  $match_type = $_GET['varType'];<br />  $team_type = $_GET['varTeam'];<br /><br />the problem I have is I want to be able to use these variables in the list viewers 'where' clause like so:<br /><br />  list($fixturesRecords, $fixturesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'fixtures',<br />    'where'		  =&gt; 'match_type = <b>$match_type</b>',<br />    'perPage'     =&gt; '15',<br />  ));<br /><br />However I am having no luck. This gave me the error:<br /><i>getRecords(fixtures) MySQL Error: Unknown column '$match_type' in 'where clause' </i><br /> <br />I have tried putting it like this: &quot;$match_type&quot;, this '$match_type' and even this echo($match_type) but nothing works! <br /><br />Could anyone provide me with a solution please? Any help would be VERY VERY much appreciated.<br /><br />Cheers<br />]]></description>
          <pubDate>Sat, 25 Apr 2009 18:45:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197100#post2197100</guid>
        </item>
                <item>
          <title>Re: [zaba] Help with TABLE LAYOUT PLEASE</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197019#post2197019</link>
          <description><![CDATA[mte thank you so very much! it was a great help! :)<br />]]></description>
          <pubDate>Mon, 20 Apr 2009 07:51:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197019#post2197019</guid>
        </item>
                <item>
          <title>Help with TABLE LAYOUT PLEASE</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2197015#post2197015</link>
          <description><![CDATA[Hi guys, <br /><br />Sorry to bother you but I was wondering if you would be kind enough to help me with this... I am pretty sure it a lot less complicated than i think it is... As always any help would be very much appreciated. <br /><br />Ok basically this is what my page looks like (current.jpg). <br /><br />I need it to look like (required.jpg)....  <br /><br />The only thing I want to know is how to get my layout to look like that (complete with the column headings [not really fussed bout color, etc right now]) <br /><br />Here is my code ( I only put the display part of it coz I figure thats all thats required yes? Also dont worry bout anything I've set to variables, jus something I'm trying out): <br /><br />&lt;!-- STEP2: Display Records (Paste this where you want your records to be listed) --&gt;<br />    &lt;h1&gt;Fixtures&lt;/h1&gt;<br />    &lt;?php foreach ($fixturesRecords as $record): ?&gt;<br />      &lt;?php $team =  $record['team'] ?&gt;<br />      &lt;?php $matchtype = $record['match_type'] ?&gt;<br />      &lt;?php echo date(&quot;D, M jS, Y g:i:s a&quot;, strtotime($record['date_and_time'])) ?&gt;&lt;br/&gt;<br />      &lt;!-- For date formatting codes see: <a target="_blank" href="http://www.php.net/date">http://www.php.net/date</a> --&gt;<br />      &lt;?php echo $record['home_team'] ?&gt;&lt;br/&gt;<br />      &lt;?php echo $record['vs'] ?&gt;&lt;br/&gt;<br />      &lt;?php echo $record['away_team'] ?&gt;&lt;br/&gt;<br />      &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;img alt=&quot;view&quot; src=&quot;view.gif&quot; /&gt;&lt;/a&gt;&lt;br/&gt; <br /><br />      &lt;hr/&gt;<br />    &lt;?php endforeach; ?&gt; <br /><br />    &lt;?php if ($fixturesMetaData['invalidPageNum']): ?&gt;<br />      Results page '&lt;?php echo $fixturesMetaData['page']?&gt;' not found, &lt;a href=&quot;&lt;?php echo $fixturesMetaData['firstPageLink'] ?&gt;&quot;&gt;start over &amp;gt;&amp;gt;&lt;/a&gt;.&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php elseif (!$fixturesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />  &lt;!-- /STEP2: Display Records --&gt;<br />]]></description>
          <pubDate>Mon, 20 Apr 2009 04:41:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2197015#post2197015</guid>
        </item>
                <item>
          <title>Need to use 2 advanced filters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2196993#post2196993</link>
          <description><![CDATA[Any help with this issue would be very very much appreciated.<br /><br />Ok this is what I have;<br />2 sections: <b>Fixtures</b> &amp; <b>Tournament Info</b><br /><br /><b>Tournament Info</b> has the field names:<br /><b>team</b><br /><b>tournament</b><br /><b>tournament_name</b><br /><br /><b>Fixtures</b> has a few other fields, but the ones essential to my query are:<br /><b>team</b><br /><b>match_type</b><br /><b>tournament_name</b><br /><br />Ok basically what happens is I fill the Tournament_Info section with information.<br /><br />Now to my question.<br /><br />Ok in fixtures: <br /><br />my <b>team</b> field is populated by using the &quot;Get options from db&quot;. The results are gotten from the <b>team</b> field in the <b>tournament_info</b> database.<br /><br />the <b>match_type</b> field is populated using the &quot;Get options from MySQL query&quot;. The query is dependent on the value chosen for the <b>team</b> option above, using the Advanced filter option. Here is the code for it just for information purposes.<br /><br /><code>SELECT DISTINCT tournament, tournament FROM cms_tournament_info WHERE team = '&lt;?php echo $ESCAPED_FILTER_VALUE ?&gt;'</code><br /><br />ok now to my problem, for the <b>tournament_name</b> field, i want a pulldown box that is dependent on the value of <b>team</b> <b><u>&amp;</u> </b> the <b>match_type</b> field. That is I want to use <b>2</b> escaped value options. Is there anyway to get this done? So in short, I want to have a MySQL query that will look something like this:<br /><br /><code>SELECT DISTINCT tournament_name, tournament_name FROM cms_tournament_info WHERE tournament = '&lt;?php echo $ESCAPED_FILTER_VALUE ?&gt;' &amp; team = how to assign this value????????????</code><br /><br />Once again any help would be very very very much appreciated!<br /><br />Cheers....]]></description>
          <pubDate>Fri, 17 Apr 2009 05:15:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2196993#post2196993</guid>
        </item>
              </channel>
    </rss>
  