<?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%3ALiz1001</link>
        <description></description>
        <pubDate>Fri, 01 May 2026 00:05:37 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3ALiz1001&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [Dave] Display Button for more if paid record</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200539#post2200539</link>
          <description><![CDATA[Dave that worked perfectly!  Makes sense as that filed was added after the listings were created.   thanks.<br />]]></description>
          <pubDate>Fri, 04 Dec 2009 14:56:00 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200539#post2200539</guid>
        </item>
                <item>
          <title>Display Button for more if paid record</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200527#post2200527</link>
          <description><![CDATA[I have one more question.  There are two types of listing - paid and free.  The free listing should not display a button to 'view more' however the paid listing should.<br /><br />I added a field to the database called 'level' if the box is checked then they have paid.  I am using the following code to display the 'More Information' button but not having much luck, could you see if I missed something obvious or am going about this the wrong way - really appreciate your help!<br /><br />&lt;!--Show More info Button if paid listing--&gt;<br />&lt;?php foreach($business_listingRecords as $record); ?&gt;<br />&lt;?php if ($record['level'] =='1'): ?&gt;<br />      &lt;a href=&quot;&lt;?php echo $record['_link'] ?&gt;&quot;&gt;&lt;img src=&quot;images/more_information.jpg&quot; width=&quot;109&quot; height=&quot;26&quot; hspace=&quot;40&quot; vspace=&quot;10&quot; /&gt;&lt;/a&gt;<br />&lt;?php elseif ($record['level'] == '0'): ?&gt;<br />      &lt;?php echo 'Sign Up' ?&gt;<br />    &lt;?php endif ?&gt;<br /><br />Also, I need to talk to someone to cost out how much it would be to have you guys make the form at http://mormonbusiness.com/submit-a-business.php dynamic so it automatically places the form fields into the database record.<br /><br />Thanks<br />Liz<br />]]></description>
          <pubDate>Fri, 04 Dec 2009 00:54:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200527#post2200527</guid>
        </item>
                <item>
          <title>Re: [Damon] Search Display from DropDown</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200526#post2200526</link>
          <description><![CDATA[Perfect!  I knew that it has to be something simple I could just not see the problem because I had been looking at it too long, how obvious!  Thanks, I really appreciate the second set of eyes.<br />]]></description>
          <pubDate>Thu, 03 Dec 2009 20:52:31 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200526#post2200526</guid>
        </item>
                <item>
          <title>Re: [Damon] Search Display from DropDown</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200524#post2200524</link>
          <description><![CDATA[Hi Damon - <br /><br />I changed the allowSearch  to 1 in both places and it still displays all the listings.  <br /><br />I have a feeling that maybe I am not sending the data from the drop down selection to the form to tell it to only display the listings in the category picked.<br /><br />Liz<br />]]></description>
          <pubDate>Thu, 03 Dec 2009 19:52:33 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200524#post2200524</guid>
        </item>
                <item>
          <title>Search Display from DropDown</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2200519#post2200519</link>
          <description><![CDATA[Hi There;<br /><br />I am having a problem getting this form to display on the records that have been searched.  Could you give me some guidance on what I am doing wrong here.  The idea is to have a drop down - populated from the database of a list of business categories (working) then the results from the search show on the same page.  I have searched other Search Topics and found one that had the same problem which was resolved but it did not show the answer  - thanks for any help - Liz<br /><br />Here is the output page:  http://www.mormonbusiness.com/search_page.php<br /><br />&amp; Here is the code:<br />&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br />  require_once &quot;/home/content/m/o/r/mormonbusiness/html/cmsAdmin/lib/viewer_functions.php&quot;;<br /><br />  list($business_listingRecords, $business_listingMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'business_listing',<br />	'perPage' =&gt; '12', <br />	'allowSearch' =&gt; '0',<br />  ));<br /> <br /><br />?&gt;<br /><br /><br /><br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;<br /> &lt;head&gt;<br />  &lt;title&gt;&lt;/title&gt;<br />  &lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html;charset=UTF-8&quot; /&gt;<br />  &lt;style type=&quot;text/css&quot;&gt;<br />    body          { font-family: arial; }<br />    .instructions { border: 3px solid #000; background-color: #EEE; padding: 10px; text-align: left; margin: 25px}<br />  &lt;/style&gt;<br /> &lt;/head&gt;<br />&lt;body&gt;<br /><br />&lt;!--Creates categories into form from database--&gt;<br />&lt;?php<br />list($business_categoryRecords,) = getRecords(array( <br />  'tableName' =&gt; 'business_listing', <br />  'loadUploads' =&gt; '0',<br />	'allowSearch' =&gt; '0',<br />));<br />?&gt; <br /><br /><br />&lt;form method=&quot;post&quot; action=&quot;&lt;?php echo $_SERVER[&quot;PHP_SELF&quot;]; ?&gt;&quot; &gt; <br />&lt;select name=&quot;business_listing&quot;&gt; <br />&lt;option value=&quot;&quot;&gt;Select A Category&lt;/option&gt; <br />&lt;?php foreach($business_categoryRecords as $record): ?&gt; <br />  &lt;option&gt;&lt;?php echo htmlspecialchars($record['business_category']) ?&gt;&lt;/option&gt; <br />&lt;?php endforeach ?&gt; <br />&lt;/select&gt;<br />&lt;br /&gt;<br />&lt;br /&gt;<br />&lt;input name=&quot;Submit&quot; type=&quot;submit&quot; value=&quot;Search for Business&quot; /&gt;<br />      &lt;/select&gt;<br />            &lt;/p&gt;<br />&lt;/form&gt;<br /><br />&lt;!-- Now Display the listings from the Category that was chosen--&gt;<br />&lt;h1&gt;Businesses&lt;/h1&gt;  <br />&lt;?php foreach ($business_listingRecords as $record): ?&gt;<br />&lt;?php echo $record['business_name'] ?&gt;&lt;br/&gt;<br /><br /> &lt;?php endforeach; ?&gt;<br /> <br /><br />&lt;/body&gt;<br />&lt;/html&gt;<br />]]></description>
          <pubDate>Thu, 03 Dec 2009 16:40:19 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2200519#post2200519</guid>
        </item>
                <item>
          <title>Re: [Dave] Outputting from a multi select list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193412#post2193412</link>
          <description><![CDATA[Dave,  thank you for the solution this worked well:<br /><br />&quot;Multi value checkboxes store their values in the database as a list separated by tabs.  Try this MySQL to match a single value from the list of selected values:<br /><br />    'where'       =&gt; 'category LIKE &quot;%cottages%&quot; ',<br /><br />LIKE means &quot;looks like&quot; and % means &quot;anything&quot;.  So this matches text that starts with anything, then has cottages, then ends with anything.&quot;<br /><br />Liz<br />]]></description>
          <pubDate>Wed, 17 Sep 2008 14:55:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193412#post2193412</guid>
        </item>
                <item>
          <title>Re: [Dave] Outputting from a multi select list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193303#post2193303</link>
          <description><![CDATA[Hi Dave;<br /><br />Thank you for the help, that only seems to work if the sub_category is a single select radio button, can we have the same results if we use the checkbox (multi value) option.  Some of the members want to check more than one option. It sounds like it is probably not an option from your answer but thought I would just clarify.<br /><br />Thank you<br />Liz<br />]]></description>
          <pubDate>Wed, 10 Sep 2008 22:49:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193303#post2193303</guid>
        </item>
                <item>
          <title>Re: [Dave] CMS Builder Friendly Web Hosts (Post Yours!)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193286#post2193286</link>
          <description><![CDATA[GoDaddy is another option and for a big company they offer great support 24/7 for those of us who work late into the night and need an answer at 2am.  Plus they are the only company I have worked with that have phoned me when my domains were coming due to see if I wanted to renew. <br /><br />Liz<br />maia-consulting.com<br />]]></description>
          <pubDate>Tue, 09 Sep 2008 20:51:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193286#post2193286</guid>
        </item>
                <item>
          <title>Re: [webfoot] multiple choices in section editor</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193285#post2193285</link>
          <description><![CDATA[Hi Webfoot;<br /><br />I was just checking back to see if I had a reply to my message and saw your request.  I think I can help you out.<br /><br />The way to set this up is to enter in your 'Field Label' to the name you want to use - like Category or similar, and then  choose the Field Type &quot;List&quot;.   The Field Name will automatically appear, then click on 'Quick Add'.<br /><br />Find your new entry and then click on modify.<br /><br />In modify select Radio Buttons under &quot;Display As&quot;<br />Leave the List Options to the default &quot;Use options listed below&quot;<br />Edit the list in the entry box to the things you want in your  list by adding each item on a new line.<br /><br />Hope that helps and is what you were looking for, <br />Liz<br />]]></description>
          <pubDate>Tue, 09 Sep 2008 20:38:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193285#post2193285</guid>
        </item>
                <item>
          <title>Outputting from a multi select list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2193283#post2193283</link>
          <description><![CDATA[Hi Dave, Donna &amp; all;<br /><br />Thanks for all your great help, I have learned a lot from the forums however, I have searched the forums but was not able to find anything to help with this question.<br /><br />I am trying to work on getting two lists to output content to a site.  The first list - the user can only select one option so I have that one figured out, but the second list they can choose more than one option - can you help me edit the code so that the data is output depending on what checkboxes they have checked.<br /><br />Here is the code I have so far<br /><code>  list($members_listingRecords, $members_listingMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'members_listing',<br />	'orderBy'     =&gt; 'company_name',<br />	'where' 	  =&gt; 'category = &quot;lodging&quot;',<br />	'where' 	  =&gt; 'sub_category = &quot;cottages&quot;',<br />  ));<br /> </code><br /><br />The first 'where' works well because they can only select one item, but the second 'where' for the sub-category does not display the members listings and I think it is because that is a multi select list and not  a single check-box.  Is there a way for this to work so they can select multiple sub-categories - like cottages &amp; hotel and then show the same listing both on the Hotel page and the Cottages page?<br /><br />Thank you for your help, Liz<br />]]></description>
          <pubDate>Tue, 09 Sep 2008 18:21:03 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2193283#post2193283</guid>
        </item>
                <item>
          <title>Re: [Dave] Creating Search Results from a drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191417#post2191417</link>
          <description><![CDATA[Dave, thanks that worked great, now we only have one city showing.  I still have dealers showing up when they do not carry the product, so will email you directly for that,<br /><br />Thank You<br />Liz<br />]]></description>
          <pubDate>Fri, 02 May 2008 10:23:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191417#post2191417</guid>
        </item>
                <item>
          <title>Re: [Dave] Creating Search Results from a drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191407#post2191407</link>
          <description><![CDATA[I have one Section called Dealers and that has the fields for name, city, state etc and then we used check lists for the products.  Each product has 'product_code' or 'no' as the option.  If they carry the product then the product_code is selected if not then they leave it blank or check 'no' - checking or un-checking 'no' does not seem to make a difference.<br /><br />I really appreciate your help, it is giving me sleepless nights :)<br />]]></description>
          <pubDate>Wed, 30 Apr 2008 17:53:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191407#post2191407</guid>
        </item>
                <item>
          <title>Re: [Dave] Creating Search Results from a drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191404#post2191404</link>
          <description><![CDATA[Hi Dave;  <br /><br />If I understand your message, I think am trying to work it from a different angle.  I have a list of products that when one is selected, shows the list of cities, the city when clicked, shows a list of dealers in that city.  But I have some problems with the search results.<br /><br />I have a page where you can search for a product from a drop down list http://www.therichlawncompany.com/?page_id=72<br /><br />Problems I am having:<br />1.  The results page shows the city name multiple times, not sure how to fix that.  Here is the code:  <br /><code>    &lt;h1&gt;Dealers City List Viewer&lt;/h1&gt;<br />    &lt;?php foreach ($listRows as $record): ?&gt;<br />     &lt;a href=&quot;http://www.therichlawncompany.com/?page_id=53&amp;city_match=&lt;?php echo $record['city'] ?&gt;&quot;&gt;&lt;?php echo $record['city'] ?&gt;&lt;/a&gt;&lt;br/&gt;<br />    &lt;hr/&gt;<br />    &lt;?php endforeach ?&gt;</code><br /><br />2.  Then the cities are actually displaying all the records for that city, not just the ones that have the product that was selected.  So I need to edit the code so that only the cities with that product show.<br /><br />I opened a support ticket back in early March to help with this, I think it was Jake that was helping me, but can not find the emails from him, so not quite sure.  <br /><br />Thanks for any help, I thought we had it working but the client entered the data and that is when I realized there was a problem.<br />Liz<br />]]></description>
          <pubDate>Wed, 30 Apr 2008 00:49:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191404#post2191404</guid>
        </item>
                <item>
          <title>Re: [Liz1001] Creating Search Results from a drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191011#post2191011</link>
          <description><![CDATA[Dave - sorry I did not really answer your questions:<br /><br />Have you created any sections editors or html mockups for the website pages yet or are you just getting started?<br /><br />Yes, the sections are created.<br /><br />So the site will have sections for: products, cities, and clients?<br /><br />I just need to output cities that stock a certain product then display the clients in that city.<br /><br />Is there a max limit on the number cities a product or client will be in? <br /><br />There are a max # of products, but infinite cities.<br />Likewise there are more than one clients in a city<br />]]></description>
          <pubDate>Mon, 31 Mar 2008 12:40:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191011#post2191011</guid>
        </item>
                <item>
          <title>Re: [Dave] Creating Search Results from a drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2191010#post2191010</link>
          <description><![CDATA[Hi Dave - thanks for helping me out, I figured out some of the  things like creating a form with a pull down list that sends the product chosen to a second page.  http://www.therichlawncompany.com/?page_id=51<br /><br />Where I am having a problem is only listing on the second page the actual cities that have that product chosen.  <br /><br />Then I am not sure how to make it so that when you click on the city it shows a page with all the dealers.  I have contacted the consulting team for help and will be happy to work with them (and pay for time) to resolve this as it is pretty specific to my situation so not sure if the forum is the right place?<br /><br />Oh and to add more fun to the situation the whole thing is integrated into WordPress.  :)<br />]]></description>
          <pubDate>Mon, 31 Mar 2008 12:29:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2191010#post2191010</guid>
        </item>
                <item>
          <title>Creating Search Results from a drop down list</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2190997#post2190997</link>
          <description><![CDATA[Hi There;<br />I have read all the info on searching and other posts on using search, but am still having  problem understanding what I need to do.  I have created a search page that has a drop down list of products.  I want to be able to make it so that when someone selects one of the items from the drop down list it will output all the cities that carry that product.  Then on the results page, I want the cities to be hyper linked to a page that display all the clients in that city.<br /><br />Sorry, I am still pretty new at php and feel like I know enough only to get me into trouble, I am sure this is possible.  Thanks for any help<br />]]></description>
          <pubDate>Sat, 29 Mar 2008 19:36:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2190997#post2190997</guid>
        </item>
              </channel>
    </rss>
  