<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title>if then help</title>
        <link>https://interactivetools.com/forum/forum-posts.php?if-then-help-80900</link>
        <description></description>
        <pubDate>Sun, 19 Jul 2026 15:36:00 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-posts.php?rss=1&amp;if-then-help-80900" rel="self" type="application/rss+xml" />

                <item>
          <title>if then help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240412#post2240412</link>
          <description><![CDATA[<p>Thanks for posting your solution :)</p>]]></description>
          <pubDate>Fri, 14 Apr 2017 08:56:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240412#post2240412</guid>
        </item>
                <item>
          <title>if then help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240373#post2240373</link>
          <description><![CDATA[<p>on this page: </p>
<p><a href="http://www.axislighting.com/CMS/search_products.php" rel="nofollow">http://www.axislighting.com/CMS/search_products.php</a>, I can further sort by selecting quickship and viewing only items that are quickship like this:</p>
<p><a href="http://www.axislighting.com/CMS/search_products.php?quickship=quickship" rel="nofollow">http://www.axislighting.com/CMS/search_products.php?quickship=quickship</a> </p>
<p>Now, I want that if quickship is selected, I can organize the listings by mountings. Can this be done with an if then statement. Here are the files.</p>
<p>Now important to note, this should be sorted only when quickship is selected. Otherwise should look like the search_products.php page.</p>]]></description>
          <pubDate>Wed, 05 Apr 2017 09:45:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240373#post2240373</guid>
        </item>
                <item>
          <title>if then help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240372#post2240372</link>
          <description><![CDATA[<p>Got it. Thanks anyway...</p>]]></description>
          <pubDate>Wed, 05 Apr 2017 08:52:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240372#post2240372</guid>
        </item>
                <item>
          <title>if then help</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2240371#post2240371</link>
          <description><![CDATA[<p>If search results are an item that is quickship, I want it to show that a quickship image, otherwise, it should show main image. Here is my code. I dont think i have tags nestled correctly.</p>
<p>&lt;?php if ($record['quick_ship']): ?&gt; &lt;?php foreach ($record['quickship_image'] as $upload): ?&gt;<br /> &lt;?php if ($upload['isImage']): ?&gt;<br /> &lt;a href="&lt;?php echo $record['link'] ?&gt;"&gt;&lt;img src="&lt;?php echo $upload['urlPath'] ?&gt;" alt="" class="img-bord" width="150" height="150" border="0" /&gt;&lt;/a&gt; <br /> &lt;?php endif ?&gt; &lt;?php endforeach ?&gt; <br /> &lt;?php else: ?&gt;</p>
<p>&lt;?php foreach ($record['main_image'] as $upload): ?&gt; <br /> &lt;?php if ($upload['isImage']): ?&gt;<br /> &lt;a href="&lt;?php echo $record['link'] ?&gt;"&gt;&lt;img src="&lt;?php echo $upload['urlPath'] ?&gt;" alt="" class="img-bord" width="150" height="150" border="0" /&gt;&lt;/a&gt; &lt;?php endif ?&gt;<br /> &lt;?php break; ?&gt;<br />&lt;?php endforeach ?&gt;</p>

<p>What is wrong with my code?</p>]]></description>
          <pubDate>Wed, 05 Apr 2017 08:27:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2240371#post2240371</guid>
        </item>
              </channel>
    </rss>
  