<?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%3Amawebplus</link>
        <description></description>
        <pubDate>Fri, 22 May 2026 13:04:34 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Amawebplus&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>sites and licences</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2194154#post2194154</link>
          <description><![CDATA[Hi, i have a big question, i have a site &quot;A&quot; that uses cms and i am not using the site but has a very big development made to it, and i have site &quot;B&quot; that will use cms soon, the question is, can i back up all on my site &quot;A&quot; and save it for a later date and then uninstall it and do a fresh install on site &quot;B&quot; and use that license from site &quot;A&quot; wich i am not using cause site did not launch ever due to bills not payed from client? and i need that license but do not want to loose my work on site &quot;A&quot; so i can save it for a later sale. i hope i have explain myself correctly, and hope for an answer to this matter. If site &quot;A&quot; sells i'll buy that second license:) <br /><br />Jose Martinez<br />]]></description>
          <pubDate>Tue, 11 Nov 2008 15:13:03 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2194154#post2194154</guid>
        </item>
                <item>
          <title>Re: [Dave] dependable drop down boxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190981#post2190981</link>
          <description><![CDATA[i managed to makeit work with javascript and onChange but only works in explorer not firefox. anyway, how can i do thisexactly butfor the cms builder administrator?? where do i code this?<br />]]></description>
          <pubDate>Fri, 28 Mar 2008 15:27:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190981#post2190981</guid>
        </item>
                <item>
          <title>Re: [Dave] $options[&apos;where&apos;]</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190980#post2190980</link>
          <description><![CDATA[you guys rock!  <br /><br />finally i madea page with 3 iframes calling 3 different things that the client simply changes on admin fields thnx!! <br /><br />to share it: <br /><br /><a target="_blank" href="http://www.awebolovendo.com/index.php">http://www.awebolovendo.com/index.php</a> <br /><br />the three pics on top<br />]]></description>
          <pubDate>Fri, 28 Mar 2008 15:10:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190980#post2190980</guid>
        </item>
                <item>
          <title>Re: [Dave] $options[&apos;where&apos;]</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190978#post2190978</link>
          <description><![CDATA[hello, i was reading this post and have the same issue not working i have as follows: <br /><br />require_once &quot;............viewer_functions.php&quot;;<br />      $options = array();                // NOTE: see online documentation for more details on these options<br />      $options['tableName'] = 'vehiculos'; // (REQUIRED) MySQL tablename to list record from. Example: &quot;article&quot;;<br />      $options['recordNum'] = '<b>9</b>';        // (optional) Record number to display.  Example: &quot;1&quot;; Defaults to number on end of url, then 1<br />      $options['where']     = '';        // (ADVANCED) MySQL WHERE conditions to use INSTEAD of recordNum to look up record. Example: &quot;fieldname = 'value'&quot;<br />      $record = getRecord($options); <br /><br />would like it to be replaced with a value from another table in mysql so i did this: <br /><br />require_once &quot;............viewer_functions.php&quot;;<br />      $options = array();                // NOTE: see online documentation for more details on these options<br />      $options['tableName'] = 'cajas'; // (REQUIRED) MySQL tablename to list record from. Example: &quot;article&quot;;<br />      $options['recordNum'] = '1';        // (optional) Record number to display.  Example: &quot;1&quot;; Defaults to number on end of url, then 1<br />      $options['where']     = '';        // (ADVANCED) MySQL WHERE conditions to use INSTEAD of recordNum to look up record. Example: &quot;fieldname = 'value'&quot;<br />      $record = getRecord($options);<br />   <b>$cajita = $record['caja1']; <span style="color: #ff0000">this is to have a value from one table[/#ff0000]<br /></b>?&gt;<br />&lt;?php<br />      require_once &quot;............viewer_functions.php&quot;;<br />      $options2 = array();                // NOTE: see online documentation for more details on these options<br />      $options2['tableName'] = 'vehiculos'; // (REQUIRED) MySQL tablename to list record from. Example: &quot;article&quot;;<br />      $options2['recordNum'] = '';        // (optional) Record number to display.  Example: &quot;1&quot;; Defaults to number on end of url, then 1<br />  <b>$escapedVar = escapeMysqlString($cajita);<br />  $options2['where'] = &quot;<span style="color: #ff0000">num[/#ff0000] = '$escapedVar'&quot;;</b> // (ADVANCED) MySQL WHERE conditions to use INSTEAD of recordNum to look up record. Example: &quot;fieldname = 'value'&quot;<br />      $record = getRecord($options); <br /><br />but for some reason itwont work dispaying <b>$record['num']</b> as the number in <b>$cajita</b> <br /><br /><b>any help with this would be great</b><br />]]></description>
          <pubDate>Fri, 28 Mar 2008 14:47:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190978#post2190978</guid>
        </item>
                <item>
          <title>dependable drop down boxes</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190747#post2190747</link>
          <description><![CDATA[hi, i am trying to make a 3 dependable drop boxes for a viwer so it gos like make, model, version, for a used car portal, but i am not able to make the ones i found work, due to restrictions on mysql format, can you guys point me in the right direction on how to obtain this? i have 3 tables make model version with num and textbox and reference box for pulling string. i am trying to use this model: http://www.plus2net.com/php_tutorial/dd3.php<br />any helpwould be nice on how to accomplish this<br />]]></description>
          <pubDate>Sat, 15 Mar 2008 14:35:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190747#post2190747</guid>
        </item>
                <item>
          <title>Re: [Dave] pageview holders from different tables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190698#post2190698</link>
          <description><![CDATA[did try as you told me but it did not work, and just because i am on a race against time i changed the approach to one full table. thanks for the help ill get some more questions later. [cool]<br />]]></description>
          <pubDate>Wed, 12 Mar 2008 14:48:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190698#post2190698</guid>
        </item>
                <item>
          <title>Re: [mawebplus] iframes and info pulledfrom database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190656#post2190656</link>
          <description><![CDATA[never mind i fixed it, lol with this line  <br /><br />&lt;iframe name=&quot;producto&quot; src=&quot;iframe.php<b><span style="color: #ff0000">?&lt;? echo $record['num']; ?&gt;&quot;[/#ff0000]</b> width=&quot;425&quot; height=&quot;337&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;<br />]]></description>
          <pubDate>Mon, 10 Mar 2008 16:08:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190656#post2190656</guid>
        </item>
                <item>
          <title>iframes and info pulledfrom database</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190654#post2190654</link>
          <description><![CDATA[hello i have been testing some iframes but have a question, i have3 records record 1 pulls info ok for the i frame but record 2 and 3 still show record 1 picture in iframe, ill send you the link to the pages so you can see what i mean: <br /><br /><a target="_blank" href="http://www.awebolovendo.com/resultados.php?search_fd0=1">http://www.awebolovendo.com/resultados.php?search_fd0=1</a> <br /><br />change the 1 for 2 or 3 at the end of the link to see other records. <br /><br />this is build as follows: <br /><br /><span style="color: #333366">resultados.php file[/#333366] <br /><br />&lt;table width=&quot;683&quot; border=&quot;0&quot;&gt;<br />  &lt;?php if (empty($record)): ?&gt;&lt;!-- Display &quot;No Records Found&quot; Message --&gt;<br />      No se encontraron registros!&lt;br/&gt;<br />      &lt;br/&gt;<br />    &lt;?php endif ?&gt;<br />&lt;?php   require_once &quot;.........../viewer_functions.php&quot;;<br />$options = array();                // NOTE: see online documentation for more details on these options<br />      $options['tableName'] = 'vehiculos'; // (REQUIRED) MySQL tablename to list record from. Example: &quot;article&quot;;<br />      $options['recordNum'] = '';        // (optional) Record number to display.  Example: &quot;1&quot;; Defaults to number on end of url, then 1<br />      $options['where']     = '';        // (ADVANCED) MySQL WHERE conditions to use INSTEAD of recordNum to look up record. Example: &quot;fieldname = 'value'&quot;<br />      $record = getRecord($options);<br />    ?&gt;<br />    &lt;tr&gt;<br />    &lt;td&gt;    <br />    &lt;iframe name=&quot;producto&quot; src=&quot;iframe.php&quot; width=&quot;425&quot; height=&quot;337&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;<br />    &lt;/td&gt;<br />    &lt;td width=&quot;77%&quot; valign=&quot;top&quot;&gt;    <br />    &lt;?php if (empty($record)): ?&gt;&lt;!-- Display &quot;No Records Found&quot; Message --&gt;<br />      No se encontraron registros!&lt;br/&gt;<br />      &lt;br/&gt;<br />    &lt;?php endif ?&gt; <br /><br /> &lt;?php if ($record): ?&gt;<br />    &lt;?php foreach (getUploads($options['tableName'], 'images', $record['num']) as $upload): ?&gt;<br />      &lt;?php if ($upload['hasThumbnail']): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $upload['urlPath'] ?&gt;&quot; target=&quot;producto&quot;&gt;<br />      &lt;img src=&quot;&lt;?php echo $upload['thumbUrlPath'] ?&gt;&quot; alt=&quot;&quot; <br />      width=&quot;120&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;<br />      &lt;?php endif ?&gt;<br />    &lt;?php endforeach ?&gt;<br />    &lt;?php endif ?&gt;<br />    &lt;/td&gt;<br />    &lt;/tr&gt;<br />&lt;/table&gt; <br /><br />iframe file: <a target="_blank" href="http://www.awebolovendo.com/iframe.php">http://www.awebolovendo.com/iframe.php</a> <br /><br />i hope you see what this is doing and how can i make itload the right picture to show, also all pictures have links and work fine<br />]]></description>
          <pubDate>Mon, 10 Mar 2008 15:54:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190654#post2190654</guid>
        </item>
                <item>
          <title>Re: [Dave] pageview holders from different tables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190615#post2190615</link>
          <description><![CDATA[i did not work as i expectedfor some reason :(<br />]]></description>
          <pubDate>Fri, 07 Mar 2008 18:20:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190615#post2190615</guid>
        </item>
                <item>
          <title>pageview holders from different tables</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190609#post2190609</link>
          <description><![CDATA[Hi i am posting this to see if you can help me on this issue, i have succesfully made a page viewer that works with one table, i want to have one that brings records from two tables so, it goes like this: <br /><br />table 1 cms_vehicles : on this one there is a field named owner wich i get from the other table <br /><br />table 2 cms_owners : on this one i have the owners info <br /><br />i need a page viewer thatgives me the info from first table andextracts the info from the second table too, depending on the owner field. <br /><br />thnx for any pointers i am stock here. i am not a php programmer and i am doing my best<br />]]></description>
          <pubDate>Fri, 07 Mar 2008 17:02:58 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190609#post2190609</guid>
        </item>
              </channel>
    </rss>
  