<?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%3Athenetgirl</link>
        <description></description>
        <pubDate>Mon, 13 Apr 2026 00:31:40 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Athenetgirl&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>3.61 Upgrade Error</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2246897#post2246897</link>
          <description><![CDATA[<p>Thanks </p>]]></description>
          <pubDate>Sat, 27 Jan 2024 10:37:36 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2246897#post2246897</guid>
        </item>
                <item>
          <title>META TAG Property image??</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245341#post2245341</link>
          <description><![CDATA[<p>Yes ..thanks  ...all I have left to do is fix the links with the plugin I bought.</p>]]></description>
          <pubDate>Tue, 26 Jan 2021 14:15:24 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245341#post2245341</guid>
        </item>
                <item>
          <title>META TAG Property image??</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245248#post2245248</link>
          <description><![CDATA[
<p><span style="color:#ff0000;">Anyway to feed a property image into this meta tag???</span></p>

<p><span style="color:#000000;">Detail page - <a href="https://gormanre.exedor.us/RentalDetail.php?Carmel-NW-Corner-of-Torres-5th-Unit-12-516" rel="nofollow">https://gormanre.exedor.us/RentalDetail.php?Carmel-NW-Corner-of-Torres-5th-Unit-12-516</a></span></p>

<p>&lt;!--------------------------------------------------------------------&gt;<br />&lt;!-- Twitter --&gt;<br />&lt;meta name="twitter:card" content="&lt;?php echo htmlencode($rentalsRecord['Title']) ?&gt;, CA &lt;?php echo htmlencode($rentalsRecord['zip']) ?&gt;"&gt;<br />&lt;meta name="twitter:site" content="<span style="color:#000000;"><a href="https://gormanre.com/" rel="nofollow">https://gormanre.com/</a></span>&lt;?php echo htmlencode($rentalsRecord['_link']) ?&gt;"&gt;<br />&lt;meta name="twitter:creator" content=""&gt;<br />&lt;meta name="twitter:title" content="&lt;?php echo htmlencode($rentalsRecord['Title']) ?&gt;, CA &lt;?php echo htmlencode($rentalsRecord['zip']) ?&gt; "&gt;<br />&lt;meta name="twitter:description" content="&lt;?php echo htmlencode($rentalsRecord['property_description_short']) ?&gt; - &lt;?php echo htmlencode($rentalsRecord['Title']) ?&gt; - Gorman Real Estate: Property Management 831-649-3455"&gt;</p>
<p><br /><span style="color:#ff0000;">&lt;meta name="<a>twitter:image</a>" content="<a href="https://gormanre.com/image2.jpg" rel="nofollow">https://gormanre.com/image2.jpg</a>"&gt;</span></p>

]]></description>
          <pubDate>Mon, 28 Dec 2020 17:39:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245248#post2245248</guid>
        </item>
                <item>
          <title>pls advise -  Issue with no records found query</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2245228#post2245228</link>
          <description><![CDATA[<p>I need a bit of help please ... I have a section on home page and separate rental pages  to display Available: NOW rental listings. </p>
<p>gormanre.exedor.us/RentalList.php<br /><br />gormanre.exedor.us/property-currently-rented.php</p>
<p>----------------------------------------</p>
<p>Available:  NOW  or  Property Currently Rented</p>
<p>Either check - DISPLAYS a page of properties .</p>
<p>I need a bit of help please with this query the checkbox one is always clicked  with one choice or the other</p>
<p>&lt;?php foreach ($rentalsRecords as $record): ?&gt;</p>
<p>&lt;?php if (!stristr($record['available'], "\t"."NOW"."\t")) { continue; } ?&gt;</p>
<p>&lt;?php if (!$rentalsRecords): ?&gt;<br />No records were found!&lt;br&gt;&lt;br&gt;<br />&lt;?php endif ?&gt;<br />&lt;!-- /STEP2: Display Records --&gt;</p>
<p>However when there is no properties checked for Available ---NOW </p>
<p>I want to put in a nice display for the NO records found<br />...but I can not get it to work no matter which way I do it? </p>
<p>I have tried to even put the whole thing inside the all together and by itself  &lt;?php foreach ($rentalsRecords as $record): ?&gt;  - didnt work</p>
<p>Tried this wont load the page at all gives me  lots of errors</p>
<p>&lt;?php if (!$rentalsRecords['available'], "\t"."NOW"."\t") ): ?&gt;<br />No records were found!&lt;br&gt;&lt;br&gt;<br />&lt;?php endif ?&gt;<br />&lt;!-- /STEP2: Display Records --&gt;</p>
<p>and  this in a variety different ways</p>
<p>&lt;?php if (!$rentalsRecords['available'], "\t"."NOW"."\t" == "0"): ?&gt;<br />No records were found!&lt;br&gt;&lt;br&gt;<br />&lt;?php endif ?&gt;<br /><br /></p>
<p>Please advise I am losing my mind???</p>]]></description>
          <pubDate>Tue, 15 Dec 2020 13:23:07 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2245228#post2245228</guid>
        </item>
                <item>
          <title>Need help with an alert please</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2242214#post2242214</link>
          <description><![CDATA[<p>I need help Please - I am trying to add to the alert  two things</p>
<p>1 A record is changed to  hidden.. and I am not sure how to go about it. </p>
<p>2 Also trying to put in text array  (not sure how to use this variable) its not a htmlspecialchars</p>
<p>Rental Status (values): &lt;?php echo join(', ', $record['rental_status:values']); ?&gt;</p>
<p>thank you</p>]]></description>
          <pubDate>Thu, 21 Jun 2018 14:48:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2242214#post2242214</guid>
        </item>
                <item>
          <title>server move old version 1.23 ..yuckkkk</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2239812#post2239812</link>
          <description><![CDATA[<p>I know I know ..I must move this site to a new server.. its an old version <span style="color:#000000;">1.23</span></p>
<p>they just like it too see it .......archived info...so We keep it around.</p>
<p>Do you see any problems on a simple server move even though its so old and is there any instructions around for this???</p>
<p>Should be simple move the php data base and files ..RIGHT??     ...keeping my fingers crossed</p>]]></description>
          <pubDate>Fri, 18 Nov 2016 16:18:35 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2239812#post2239812</guid>
        </item>
                <item>
          <title>simple if statement</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238784#post2238784</link>
          <description><![CDATA[<p>Yippie awesome ....you are the BEST!  THANK YOU!!!!</p>]]></description>
          <pubDate>Tue, 03 May 2016 17:09:52 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238784#post2238784</guid>
        </item>
                <item>
          <title>simple if statement</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238782#post2238782</link>
          <description><![CDATA[<p>no image attached :-)</p>]]></description>
          <pubDate>Tue, 03 May 2016 14:51:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238782#post2238782</guid>
        </item>
                <item>
          <title>simple if statement</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238779#post2238779</link>
          <description><![CDATA[<p>Here you go</p>]]></description>
          <pubDate>Tue, 03 May 2016 14:10:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238779#post2238779</guid>
        </item>
                <item>
          <title>simple if statement</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238773#post2238773</link>
          <description><![CDATA[<p>I am so not getting this  values verses lables thing  ..dont explain  ..you have tried</p>
<p>I need help with a simple if then statement</p>
<p>Application (values): &lt;?php echo join(', ', $rentalsRecord['application:values']); ?&gt;&lt;br/&gt;<br />Application (labels): &lt;?php echo join(', ', $rentalsRecord['application:labels']); ?&gt;&lt;br/&gt;</p>
<p>Yes or 1 values or lables I have tried them all</p>
<p>Basically  I need it to display an application if the box checked says Yes and it will be 99% of the time</p>
<p>&lt;?php if ($rentalsRecord['application:values'] == 'Yes'): ?&gt;</p>
<p>        DOWNLOAD APPLICATION<br />    <br />    &lt;?php endif; ?&gt;</p>

<p>This is so simple what am I missing???</p>]]></description>
          <pubDate>Mon, 02 May 2016 21:12:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238773#post2238773</guid>
        </item>
                <item>
          <title>Responsive columns pages </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237277#post2237277</link>
          <description><![CDATA[<p>Perfect Jeffncou thank you  thank  you ......................... dang that was to simple  and I get it  now!  :-)</p>]]></description>
          <pubDate>Thu, 27 Aug 2015 14:49:33 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237277#post2237277</guid>
        </item>
                <item>
          <title>Responsive columns pages </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237273#post2237273</link>
          <description><![CDATA[<p>Yeah that did nothing for responsiveness of the rows, columns or tables just resized my images. Toledoh </p>

<p>and that bootstrap link is way out dated I have the correct bootstrap info</p>

<p>I just need the  2 listing on a row and to loop the rows with 2 up each time to be responsive</p>

<p> I can't believe it should be this hard but ..it seems to be.</p>]]></description>
          <pubDate>Thu, 27 Aug 2015 10:16:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237273#post2237273</guid>
        </item>
                <item>
          <title>Responsive columns pages </title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237253#post2237253</link>
          <description><![CDATA[<p>I have built 2 equally nice bootstrap pages one with a table &amp; one with  divs  neither is responsive</p>
<p>Haven't a clue how to fix either I would like to learn the div ones and stay away from the tables if possible.</p>
<p>But would be very happy with anything that really works as a responsive solution.</p>

<p><a href="http://corraldetierrarealty.com/Listing1.php" rel="nofollow">http://corraldetierrarealty.com/Listing1.php</a>      <span style="color:#800000;"><strong>&lt; divs</strong></span></p>
<p>&lt;div class="jumbotron" style="padding-top: 18px;"&gt;</p>
<p>&lt;div class="row"&gt;</p>
<p>&lt;div class="col-xs-6"&gt;<br />&lt;?php foreach ($listingsRecords as $record): ?&gt;<br /><br />&lt;h3 align="center"&gt;&lt;font color="#800000"&gt;&lt;?php echo $record['status'] ?&gt;&lt;/font&gt;&lt;br&gt;<br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt; &lt;?php echo htmlencode($record['address']) ?&gt;&lt;/a&gt;&lt;br/&gt;<br /> &lt;font size="3"&gt;<br /> &lt;?php echo $record['bedroom'] ?&gt; Beds &lt;?php echo $record['bath'] ?&gt; Baths | Sq Ft: &lt;?php echo htmlencode($record['approximate_square_footage']) ?&gt;<br /> &lt;br&gt;<br /> &lt;/font&gt;<br /> &lt;?php foreach ($record['photos'] as $index =&gt; $upload): ?&gt;<br /> &lt;a href="&lt;?php echo $record['_link'] ?&gt;"&gt; &lt;img src="&lt;?php echo htmlencode($upload['thumbUrlPath3']) ?&gt;" width="400" height="268" alt="" /&gt;&lt;/a&gt;<br /> &lt;?php break; ?&gt;<br /> &lt;?php endforeach ?&gt; <br />&lt;br/&gt;<br /> &lt;?php echo htmlencode($record['price']) ?&gt; <br /> &lt;br/&gt; &lt;font size="3"&gt;Email: &lt;a href="mailto:&lt;?php echo $record['email'] ?&gt;"&gt;&lt;?php echo join(', ', $record['agent:values']); ?&gt;&lt;/a&gt;&lt;/font&gt;</p>

<p>&lt;?php $maxCols=2; if (@++$count % $maxCols == 0): ?&gt; &lt;/div&gt; &lt;div class="col-xs-6"&gt; <br /><br /> &lt;?php endif; ?&gt; <br /> &lt;?php endforeach ?&gt; &lt;/div&gt;</p>
<p><br /> &lt;/div&gt;&lt;/div&gt;</p>

<p>the attached listing.php page is the table page</p>]]></description>
          <pubDate>Tue, 25 Aug 2015 19:13:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237253#post2237253</guid>
        </item>
                <item>
          <title>carousel slider ??</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237248#post2237248</link>
          <description><![CDATA[<p>AWESOME IT'S PERFECT .....THANKS SO MUCH. :-)</p>

<p><a href="http://corraldetierrarealty.com/top3.php" rel="nofollow">http://corraldetierrarealty.com/top3.php</a></p>]]></description>
          <pubDate>Tue, 25 Aug 2015 12:13:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237248#post2237248</guid>
        </item>
                <item>
          <title>carousel slider ??</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237246#post2237246</link>
          <description><![CDATA[<p>YEah it just stacks the images on top of each other instead of sliding</p>

<p><a href="http://corraldetierrarealty.com/top3.php" rel="nofollow">http://corraldetierrarealty.com/top3.php</a></p>

<p><br /> &lt;div id="carousel-example-generic" class="carousel slide" data-ride="carousel"&gt; <br /> &lt;!-- Indicators --&gt;<br /> &lt;ol class="carousel-indicators"&gt;<br /> &lt;?php foreach ($listingsRecords as $record): ?&gt;<br /> &lt;?php foreach ($record['front_photo'] as $index =&gt; $upload): ?&gt;<br /> &lt;li data-target="#carousel-example-generic" data-slide-to="&lt;?php echo $index; ?&gt;"&lt;?php echo $index == 0 ? ' class="active"' : ''; ?&gt;"&gt;&lt;/li&gt;<br /> &lt;?php endforeach; ?&gt;<br /> &lt;?php endforeach; ?&gt;<br /> &lt;/ol&gt;<br /><br /> &lt;!-- Wrapper for slides --&gt;<br /> &lt;div class="carousel-inner"&gt;<br /> &lt;?php foreach ($listingsRecords as $record): ?&gt;<br /> &lt;?php foreach ($record['front_photo'] as $index =&gt; $upload): ?&gt;<br /> &lt;div class="item&lt;?php echo $index == 0 ? ' active' : ''; ?&gt;"&gt; <br /> &lt;img src="&lt;?php echo htmlencode($upload['urlPath']) ?&gt;" width="&lt;?php echo $upload['width'] ?&gt;" height="&lt;?php echo $upload['height'] ?&gt;" alt="" /&gt;&lt;/a&gt;<br /> &lt;/div&gt;<br /> &lt;?php endforeach; ?&gt;<br /> &lt;?php endforeach; ?&gt;<br /> &lt;/div&gt;</p>
<p><br /> &lt;!-- Controls --&gt; <br /> &lt;a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"&gt; &lt;span class="glyphicon glyphicon-chevron-left"&gt;&lt;/span&gt; &lt;/a&gt;<br /> &lt;a class="right carousel-control" href="#carousel-example-generic" data-slide="next"&gt; &lt;span class="glyphicon glyphicon-chevron-right"&gt;&lt;/span&gt; &lt;/a&gt; <br /> &lt;/div&gt;</p>]]></description>
          <pubDate>Tue, 25 Aug 2015 11:39:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237246#post2237246</guid>
        </item>
                <item>
          <title>carousel slider ??</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2237239#post2237239</link>
          <description><![CDATA[<p>I been working on this since early morning I cant figure out what I am missing - I made a special front-photo only one image goes in it</p>
<p>I have this working with lots of images on the detail page but I cant figure why it wont do just 1 image for each property rotation on the front page header here <a href="http://corraldetierrarealty.com/2index.php" rel="nofollow">http://corraldetierrarealty.com/2index.php</a></p>
<p>&lt;div class="row" id="header2"&gt;<br /><br />&lt;div class="col-md-12" &gt;</p>
<p>&lt;div id="carousel-example-generic" class="carousel slide" data-ride="carousel"&gt;<br />&lt;!-- Indicators --&gt;<br />&lt;ol class="carousel-indicators"&gt;<br />&lt;?php foreach ($listingsRecords['front_photo'] as $index =&gt; $upload): ?&gt;<br />&lt;li data-target="#carousel-example-generic" data-slide-to="&lt;?php echo $index; ?&gt;"&lt;?php echo $index == 0 ? ' class="active"' : ''; ?&gt;"&gt;&lt;/li&gt;<br />&lt;?php endforeach; ?&gt;<br />&lt;/ol&gt;</p>
<p>&lt;!-- Wrapper for slides --&gt;<br />&lt;div class="carousel-inner"&gt;</p>
<p>&lt;?php foreach ($listingsRecords['front_photo'] as $index =&gt; $upload): ?&gt; <br />&lt;div class="item&lt;?php echo $index == 0 ? ' active' : ''; ?&gt;"&gt;<br />&lt;img src="&lt;?php echo htmlencode($upload['urlPath']) ?&gt;" width="&lt;?php echo $upload['width'] ?&gt;" height="&lt;?php echo $upload['height'] ?&gt;" alt="" /&gt;&lt;/a&gt;<br /><br />&lt;/div&gt;<br />&lt;?php endforeach; ?&gt;<br />&lt;/div&gt;<br />&lt;!-- Controls --&gt;<br />&lt;a class="left carousel-control" href="#carousel-example-generic" data-slide="prev"&gt;<br />&lt;span class="glyphicon glyphicon-chevron-left"&gt;&lt;/span&gt;<br />&lt;/a&gt;<br />&lt;a class="right carousel-control" href="#carousel-example-generic" data-slide="next"&gt;<br />&lt;span class="glyphicon glyphicon-chevron-right"&gt;&lt;/span&gt;<br />&lt;/a&gt;<br />&lt;/div&gt;</p>
<p><br /><br />&lt;/div&gt;</p>
<p><br />&lt;/div&gt;</p>]]></description>
          <pubDate>Mon, 24 Aug 2015 19:06:34 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2237239#post2237239</guid>
        </item>
                <item>
          <title>Detail Page - check List needs to show image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233605#post2233605</link>
          <description><![CDATA[<p>Thanks so much Chris it works :-)</p>]]></description>
          <pubDate>Wed, 02 Apr 2014 14:25:48 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233605#post2233605</guid>
        </item>
                <item>
          <title>Detail Page - check List needs to show image</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233595#post2233595</link>
          <description><![CDATA[<p>Help Please</p>
<p><a href="http://comfy.exedor.us/productDetail.php?3" rel="nofollow">http://comfy.exedor.us/productDetail.php?3</a> - this shouldn't have a cool image</p>
<p>This is in my section editor</p>
<p>Type (values): &lt;?php echo join(', ', $productsRecord['type:values']); ?&gt;&lt;br/&gt;<br /> Type (labels): &lt;?php echo join(', ', $productsRecord['type:labels']); ?&gt;&lt;br/&gt;</p>
<p>-------------------------------------------------<strong> This is what I put..it shows the images alright - all of them all the time no matter what I check -----------</strong></p>
<p>&lt;?php if (strpos($productsRecord['type'],"\tWarm\t") !== 1) : ?&gt; <br /><br /> &lt;img src="<a href="http://comfy.exedor.us/images/warm1.gif" rel="nofollow">http://comfy.exedor.us/images/warm1.gif</a>" border="0" width="47" height="47" &gt;&lt;/a&gt;<br /> &lt;?php endif; ?&gt;<br /><br />&lt;?php if (strpos($productsRecord['type'],"\tSmell\t") !== 3) : ?&gt; <br /> &lt;img src="<a href="http://comfy.exedor.us/images/smell1.gif" rel="nofollow">http://comfy.exedor.us/images/smell1.gif</a>" border="0" width="47" height="47" &gt;&lt;/a&gt;</p>
<p>&lt;?php endif; ?&gt;</p>
<p><br /> &lt;?php if (strpos($productsRecord['type'],"\tCool\t") !== 2) : ?&gt; <br /> &lt;img src="<a href="http://comfy.exedor.us/images/cold1.gif" rel="nofollow">http://comfy.exedor.us/images/cold1.gif</a>" border="0" width="47" height="47" &gt;&lt;/a&gt;<br /> &lt;?php endif; ?&gt;</p>

<p>thanks</p>]]></description>
          <pubDate>Tue, 01 Apr 2014 19:01:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233595#post2233595</guid>
        </item>
                <item>
          <title>Passing  variable from populated select to email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233112#post2233112</link>
          <description><![CDATA[<p>Greg I got it working Just not his form.</p>

<p>pg</p>]]></description>
          <pubDate>Tue, 04 Feb 2014 12:37:57 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233112#post2233112</guid>
        </item>
                <item>
          <title>Passing  variable from populated select to email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233074#post2233074</link>
          <description><![CDATA[<p>Sorry Zicky couldnt get it to work</p>

<p>pg</p>
]]></description>
          <pubDate>Fri, 31 Jan 2014 12:10:56 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233074#post2233074</guid>
        </item>
                <item>
          <title>Passing  variable from populated select to email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233018#post2233018</link>
          <description><![CDATA[<p>thanks Chis I got my original form to work with this corrected ..yeah</p>
<p><span><strong>$products</strong></span><span> = $_POST['product']; // required</span></p>
<p><span>...</span></p>
<p>$email_message .= "Product: ".clean_string(<strong>$product</strong>)."\n";</p>
<p>----------------------------------------------------------</p>
<p><strong>Zicky -</strong> this did not work on your form - it just outputted array array array all the way down for the names.</p>
<p><span>&lt;?php foreach ($productsRecords as $productRecord): ?&gt; </span><br /><span>  &lt;option value="&lt;?php echo htmlencode($productRecord['title']); ?&gt;" &lt;?php selectedIf($productRecord['title'], @$_REQUEST['product']) ?&gt; &gt;&lt;?php echo htmlencode($productRecord['title']); ?&gt;&lt;/option&gt;</span><br /><span>&lt;?php endforeach ?&gt;</span></p>
<p><span>--------------------------------------------------------</span></p>
<p><span><strong>Another stupid question</strong> I got it to show on the contact in the list numerical </span></p>
<p>&lt;select name="product" size="1" style="font-family: Verdana; font-size: 7pt;"&gt;<br /> &lt;option value="" selected="selected"&gt;Select Product Name&lt;/option&gt;<br /> &lt;?php foreach ($productsRecords as $record): ?&gt;<br /> &lt;option value="&lt;?php echo $record['title']; ?&gt;" &lt;?php selectedIf($record['title']) ?&gt; &gt; &lt;?php echo $record['product_id_sku']; ?&gt;-&lt;?php echo $record['title']; ?&gt;&lt;/option&gt;<br /> &lt;?php endforeach ?&gt;<br />&lt;/select&gt;</p>
<p>with the 'product_id_sku'  how do I add this to the out put  so it puts the number in the email?????</p>

<p>just so you can see this links to the inquire online  button  - <a href="http://allbrightlights.com/2013/detail.php?LED-Lights-Fixtures-Commercial-Industrial-Specialty-Lights-57" rel="nofollow">http://allbrightlights.com/2013/detail.php?LED-Lights-Fixtures-Commercial-Industrial-Specialty-Lights-57</a></p>]]></description>
          <pubDate>Mon, 27 Jan 2014 15:58:55 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233018#post2233018</guid>
        </item>
                <item>
          <title>Passing  variable from populated select to email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2233010#post2233010</link>
          <description><![CDATA[<p>FORM WORKS GREAT THANKS</p>
<p>but it doesnt pass the product  variable to through the form to the email either</p>
<p>Form details below.</p>
<p>Name: Patricia Grooms</p>
<p>Email: patricia@thenetgirl.com</p>
<p>Telephone: 7757519244</p>
<p>Product:</p>
<p>Comments: test</p>
<p>uploaded new form</p>

<p>here is the code from the generator</p>

<p>Product ID/SKU: &lt;?php echo htmlencode($record['product_id_sku']) ?&gt;&lt;br/&gt;</p>
<p><br /> Title/Name/Model: &lt;?php echo htmlencode($record['title']) ?&gt;&lt;br/&gt;</p>]]></description>
          <pubDate>Mon, 27 Jan 2014 14:19:45 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2233010#post2233010</guid>
        </item>
                <item>
          <title>Passing  variable from populated select to email</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2232998#post2232998</link>
          <description><![CDATA[<p>I am thinking I have a simple error ..but cant seem to find it. </p>
<p>On my form I can populate the product field for them to select but it doesnt seem to pass through to the email received.</p>

<p>email comes though fine but no product name</p>
<p>Name: Patricia Grooms <br />Email: patricia@thenetgirl.com <br />Telephone: 7519244 <br />Product: <br />Comments: ppppppp</p>

<p>attaching files</p>
]]></description>
          <pubDate>Fri, 24 Jan 2014 18:53:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2232998#post2232998</guid>
        </item>
                <item>
          <title>Details page with picture links to other in same category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231809#post2231809</link>
          <description><![CDATA[<p>Got it thanks Jason</p>

<p>PG</p>
]]></description>
          <pubDate>Tue, 17 Sep 2013 12:03:23 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231809#post2231809</guid>
        </item>
                <item>
          <title>Details page with picture links to other in same category</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231793#post2231793</link>
          <description><![CDATA[<p>ok Jason I have lost my mind  <a href="http://greens.exedor.us/10projectsdetail.php?CASTRO-STREET-7" rel="nofollow">http://greens.exedor.us/10projectsdetail.php?CASTRO-STREET-7</a></p>
<p>the bottom nav only shows the project I am working on  ...I am so lost</p>
<p>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />/* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br /><br />// load viewer library<br />$libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />$dirsToCheck = array('/home/greensul/public_html/','','../','../../','../../../');<br />foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br />if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }<br /><br /> // load record from 'projects'<br />  list($projectsRecords, $projectsMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'projects',<br />    'where'       =&gt; whereRecordNumberInUrl(0),<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; false,<br />    'limit'       =&gt; '1',<br />  ));<br />  $projectsRecord = @$projectsRecords[0]; // get first record<br />  if (!$projectsRecord) { dieWith404("Record not found!"); } // show error message if no record found<br />  <br />  list($relatedProjects, $relatedProjectsMetaData) = getRecords(array(<br />    'tableName'  =&gt;  'projects',<br />    'allowSearch'  =&gt;  false,<br />     'where'        =&gt;  "project_type = '".mysql_escape($projectsRecord['project_type'])."' AND num != '".intval($projectsRecord['num'])."'",<br />  ));<br />  <br />  <br /><br />?&gt;<br />----------------------------------------------------------------------------------BOTTOM-----------</p>

<p>      &lt;div style="color: rgb(0, 0, 0); font-family: verdana; font-size: 12px; letter-spacing: 1px; line-spacing; line-height:120%; width:900px; height:63px"&gt;<br />           &lt;hr color="#808080" size="1"&gt;<br />        <br />        &lt;b&gt;&lt;font size="2"&gt;RELATED PROJECTS - &lt;?php echo $projectsRecord['project_type'] ?&gt;&lt;/font&gt;&lt;/b&gt;&lt;hr color="#808080" size="1"&gt;<br />       &lt;/div&gt;<br /><br />    &lt;table border="0"  id="table2" cellspacing="5" cellpadding="5" width="100%"&gt;<br />        &lt;tr&gt;<br />    &lt;?php foreach ($relatedProjects  as $record): ?&gt;        <br />     <br /> <br />        &lt;td width="25%" valign="top" bgcolor="#FFFFFF"&gt;<br /><br />                  &lt;div class="project_thumbnail"&gt;       <br /> &lt;?php foreach ($projectsRecord['snapshot'] as $index =&gt; $upload): ?&gt; <br />  <br />              &lt;a href="&lt;?php echo $projectsRecord['_link'] ?&gt;"&gt;&lt;img src="&lt;?php echo $upload['thumbUrlPath2'] ?&gt;" width="&lt;?php echo $upload['thumbWidth2'] ?&gt;" height="&lt;?php echo $upload['thumbHeight2'] ?&gt;" alt="" /&gt;&lt;/a&gt;<br />                &lt;div style="color:#333333; font:Verdana; font-size: 11px;  text-transform: uppercase"&gt;&lt;b&gt;&lt;?php echo htmlencode($projectsRecord['title']) ?&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;   <br />           <br />&lt;?php endforeach ?&gt;      <br />        &lt;?php $maxCols=4; if (@++$count % $maxCols == 0): ?&gt;    &lt;tr&gt;&lt;/tr&gt;<br />                                                            &lt;?php endif; ?&gt; <br />        &lt;?php endforeach ?&gt;<br />              &lt;/div&gt;  <br />   &lt;/td&gt;<br />        <br />    &lt;/table&gt;<br /><br /><br /><br />     &lt;/div&gt;<br /><br /></p>]]></description>
          <pubDate>Mon, 16 Sep 2013 15:21:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231793#post2231793</guid>
        </item>
              </channel>
    </rss>
  