<?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%3Aferrisj</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 14:53:07 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Aferrisj&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [chris] Detail Page of Products from URL id</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200719#post2200719</link>
          <description><![CDATA[Gosh, i was so so close :)  Hey, you rock, i really appreciate the help.<br />]]></description>
          <pubDate>Wed, 16 Dec 2009 18:25:02 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200719#post2200719</guid>
        </item>
                <item>
          <title>Detail Page of Products from URL id</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200710#post2200710</link>
          <description><![CDATA[I have been searching your forums and found many similar posts, but still haven't been able to get this to work.  Any help much appreciated: <br /><br />I have a table of product_categories (fields: name, content, photo) <br /><br />I have my main products table that has a &quot;list&quot; field that pulls in the category from product_categories table.  I want my products_detail.php page to list all products under a category that is specified in the url from the previous category list page.  (ie product_details.php?ipphones-2)  <br /><br />  <br />  require_once &quot;/home/......./admin/lib/viewer_functions.php&quot;; <br /><br />  list($product_categoryRecords, $product_categoryMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'product_category',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $product_categoryRecord = @$product_categoryRecords[0]; // get first record <br /><br />  // show error message if no matching record is found<br />  if (!$product_categoryRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  } <br /><br />  list($productsRecords, $productsMetaData) = getRecords(array(     <br />   'tableName'   =&gt; 'products',     <br /> 'where' =&gt; &quot;category LIKE '%\t&quot; . mysql_escape($product_categoryRecord['num']) . &quot;\t%'&quot;,   <br />   )); <br /><br />?&gt;<br />]]></description>
          <pubDate>Wed, 16 Dec 2009 16:10:14 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200710#post2200710</guid>
        </item>
              </channel>
    </rss>
  