<?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%3AJLynne77</link>
        <description></description>
        <pubDate>Tue, 28 Apr 2026 11:56:27 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3AJLynne77&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Membership Plugin Upload Access</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231785#post2231785</link>
          <description><![CDATA[<p>Thanks for your quick response, Jason. :)</p>

<p>That answers the question I had for now. I'll need to confirm actual desired functionality with the client, but I wanted to make sure I was telling him the correct behavior for the system so that I can explain what we can do and understand what he's looking for better.</p>
<p>I'll also keep that option you talked about in mind as well, in case he is looking for a more secure download. When I spoke with him, it sounded like he was looking for an easier way for people to share (meaning to skip the login, as odd as that might seem), but it's good to know there's something I can do to make it more secure if that's what he wants to go with. :)</p>

<p>Thank you again!</p>]]></description>
          <pubDate>Mon, 16 Sep 2013 12:27:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231785#post2231785</guid>
        </item>
                <item>
          <title>Membership Plugin Upload Access</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2231773#post2231773</link>
          <description><![CDATA[<p>I was wondering what the default access setting for uploads inside a members-only page would be using the membership plugin.</p>
<p>Our client is looking to implement a private section on their site, and they would like to have it so they can link directly to a PDF to share with others, and would linking to an uploaded PDF that's been uploaded to a member page require the person clicking the link to login every time.</p>
<p>For example:</p>
<p>I set up a page that has links to PDF member documents that were uploaded inside that page via the page editor's file upload in the "Insert Link" dialog box. A member who's logged in can see this page and the links. When they open the document, they can see a direct URL in the address bar that leads to the PDF and not the secured page the link is on. They copy the URL for the PDF and send it to someone else via email. The other person receives the email and clicks on the link. Does the second person have to login to see that PDF?</p>]]></description>
          <pubDate>Mon, 16 Sep 2013 10:58:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2231773#post2231773</guid>
        </item>
                <item>
          <title>*** Upcoming Features &amp; Development Plan (Updated Oct 2012)</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2230889#post2230889</link>
          <description><![CDATA[<p>Loving the idea of a Shared Asset Library. I'm currently working with a client who wants one, and trying to figure out a workaround. He's pretty adept already at HTML and working with the CMS as is, so I've created a separate section that he can upload everything to and then use the resulting URLs to then link to from the other sections (since you can use a straight URL if you already know it instead of having to upload every time). It's kind of a work around at creating a little library where they can upload and delete files as needed, but they do still have to manually copy and paste all the URLs from everywhere, and I know they can't overwrite something. Which is fine. They like having old versions they can just swap links to and from if needed. But I've noticed that, in the current system, if you click directly on the image or file that's been uploaded, it'll open it in a new window, which gives you access to the URL in the address bar. So instead of them copying it off a list page, I'm thinking of showing him that trick.</p>]]></description>
          <pubDate>Tue, 04 Jun 2013 14:08:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2230889#post2230889</guid>
        </item>
                <item>
          <title>Options Available for $searchOptions Array in Multi-Search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229410#post2229410</link>
          <description><![CDATA[<p>Thanks, Greg. This helps a lot. :)</p>]]></description>
          <pubDate>Mon, 11 Feb 2013 05:43:48 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229410#post2229410</guid>
        </item>
                <item>
          <title>Options Available for $searchOptions Array in Multi-Search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229388#post2229388</link>
          <description><![CDATA[<p>Just hoping to get a response. I have a client asking about it for their site, because the results are showing up in a strange place.</p>
<p>If it helps:</p>
<p><a href="http://test.suffolkfcu.org/" rel="nofollow">http://test.suffolkfcu.org/</a></p>
<p>If you type in a search for 'savings' with no quotes, the personal savings account page (which is the one most likely to be looked for) doesn't come up until page two. If I add personal or account or even both, it doesn't seem to help narrow the results to that page. Most of the searches seem to be working this way.</p>]]></description>
          <pubDate>Thu, 07 Feb 2013 14:20:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229388#post2229388</guid>
        </item>
                <item>
          <title>Options Available for $searchOptions Array in Multi-Search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229354#post2229354</link>
          <description><![CDATA[<p>I have a, hopefully, quick question.</p>
<p>For a multi-search, there's this piece of code to put on the list page.</p>
<p><code>$searchOptions = array();<br />$searchOptions['keywords'] = @$_REQUEST['q'];<br />$searchOptions['perPage'] = "10";<br />$searchOptions['debugSql'] = "0";</code></p>
<p>I was wondering if there were any other options that could be put in this array and what they were, if they're pre-defined anywhere. Ideally, I was hoping to take 'keywords' and maybe use 'query'. Similar to how the difference between a _keyword search and a _query search work using the URL method for a single table list viewer. Right now, the search returns a massive list of results that I'm hoping to narrow down by allowing someone to add keywords to the search field, like using an 'AND' instead of an 'OR'.</p>
<p>I'm also wondering if there's an "ORDER BY" option. It feels like the results are being displayed in a strange order.</p>
<p>Thanks in advance! :)</p>]]></description>
          <pubDate>Tue, 05 Feb 2013 13:40:04 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229354#post2229354</guid>
        </item>
                <item>
          <title>New Beta Forum - Help us test!</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2229352#post2229352</link>
          <description><![CDATA[<p>Great job, guys! I've been away from the forums for quite some time, but I just went through the update and password reset. It was a little worrying at first because I thought my account had been deleted from inactivity! But, everything seems to be working great so far. :) The search function is really great. I've been able to find lots of information over the past few days (now that we have some new CMS Builder sites we're working on) that I've needed.</p>]]></description>
          <pubDate>Tue, 05 Feb 2013 13:18:50 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2229352#post2229352</guid>
        </item>
                <item>
          <title>Re: [Damon] Urgent, CMS Error on Viewer Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212125#post2212125</link>
          <description><![CDATA[I've submitted the request along with some additional details about the situation. <br /><br />  <br /><br />Thank you for your help.<br />]]></description>
          <pubDate>Tue, 05 Jul 2011 13:13:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212125#post2212125</guid>
        </item>
                <item>
          <title>Urgent, CMS Error on Viewer Page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2212117#post2212117</link>
          <description><![CDATA[A new error is appearing at the bottom of this one page. I can see it on the page itself and in the editor. <br /><br /><a target="_blank" href="http://www.starcareeracademy.com/medical-assistant.php">http://www.starcareeracademy.com/medical-assistant.php</a> <br /><br />I've tried removing this error in the editor, but it comes back whenever I save. This is the first that it has shown up.<br />]]></description>
          <pubDate>Tue, 05 Jul 2011 11:55:14 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2212117#post2212117</guid>
        </item>
                <item>
          <title>Re: [Jason] SEO URLs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210843#post2210843</link>
          <description><![CDATA[More like we're going to have to find a way to make the server support it because the client wants it, but thanks for the answer. :)<br />]]></description>
          <pubDate>Tue, 19 Apr 2011 13:53:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210843#post2210843</guid>
        </item>
                <item>
          <title>Re: [Jason] SEO URLs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210841#post2210841</link>
          <description><![CDATA[<a target="_blank" href="http://66.39.82.53/careers.php">Listing Page</a><br /><a target="_blank" href="http://66.39.82.53/careers-view.php/Pharmacist-10/">Viewer Page with SEO URL</a><br /><a target="_blank" href="http://66.39.82.53/careers-view.php?Pharmacist-10">Viewer Page without SEO URL</a><br /><br />I had turned it off because it wasn't working. I'll reenable so you can see. <br /><br />The listing page looks fine. It only happens when you click to the viewer pages. <br /><br /><b>edit</b> fixed links<br />]]></description>
          <pubDate>Tue, 19 Apr 2011 13:41:27 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210841#post2210841</guid>
        </item>
                <item>
          <title>Re: [Jason] Displaying selected list content based on other selected list content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210827#post2210827</link>
          <description><![CDATA[I can understand that. Thanks, Jason. :)<br />]]></description>
          <pubDate>Tue, 19 Apr 2011 12:54:18 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210827#post2210827</guid>
        </item>
                <item>
          <title>SEO URLs</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210815#post2210815</link>
          <description><![CDATA[I'm attempting to use the SEO URLs option that's available. I'm not sure if this is happening because of server settings or not, but it's displays the viewer page as if the style settings, images, and everything else that's a linked file can't be found.<br />]]></description>
          <pubDate>Tue, 19 Apr 2011 10:47:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210815#post2210815</guid>
        </item>
                <item>
          <title>Re: [Jason] Displaying selected list content based on other selected list content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210813#post2210813</link>
          <description><![CDATA[On your idea about using a new section for a list, because we're using two lists sort of... I guess you could call it nested, I'm guessing this would require giving them the ability to add new lists, or rather, in this case, sections.<br /><br />For example, it's easy for them to add a new record to an existing section. So, adding a new carrier, say GHI, to the carrier list would be just adding a new record.<br /><br />However, they would then need to be able to add a new section for GHI in order to list out the plans GHI has... like Federal Employees, Medicaid HMO, etc.<br /><br />I do like the concept behind this and definitely want to find out more for future use, and, if I had a lot more time, I could try talking someone into implementing it right off the bat, but I have a feeling this will be something to add later, since putting it in may require more coding that we just don't have the schedule for at the moment. We're already quite a bit behind schedule on delivery.<br />]]></description>
          <pubDate>Tue, 19 Apr 2011 09:40:46 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210813#post2210813</guid>
        </item>
                <item>
          <title>Re: [Jason] Search Engine and List Page Display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210812#post2210812</link>
          <description><![CDATA[That's an interesting idea, and might make it easier to allow the client to update the list themselves. I have some more specific questions that I've put in the other thread since they fit better there.<br />]]></description>
          <pubDate>Tue, 19 Apr 2011 09:29:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210812#post2210812</guid>
        </item>
                <item>
          <title>Re: [Jason] Displaying selected list content based on other selected list content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210754#post2210754</link>
          <description><![CDATA[It's giving back: <br /> <blockquote><br /> Notice: Undefined index: Aetna in /usr/www/users/mathermd/mather/doctor-profile.php on line 123 </blockquote><br />and repeating that for all the selected carriers. <br /><br />It looks like the label is being used as the index when it should be the value in order to match the list name for each corresponding carrier. Is something perhaps backwards that we've missed somewhere? <br /><br />It's value|Label when I add them in the list options in the CMS, right? <br /><br /><br /><b>EDIT</b> Aha! Thinking there might be an issue with the data itself (because some profiles were displaying properly and some where giving errors), I started going through the different doctors I have in the database for testing.<br /><br />It goes back to the comment I made in the other thread you were working with me on... how you have to manually adjust every single profile when you make a change to a list. There was a group of doctors that I missed making those changes after I had entered in the value|Label idea for the list.<br /><br />This is solved. I appreciate your help on this!<br />]]></description>
          <pubDate>Fri, 15 Apr 2011 12:55:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210754#post2210754</guid>
        </item>
                <item>
          <title>Re: [Jason] Search Engine and List Page Display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210748#post2210748</link>
          <description><![CDATA[The lack of results could be because, for testing, we do not have the entire Doctor's database entered into the system. I know which combinations will get results. If you pick &quot;Internal Medicine&quot; and &quot;GHI&quot;, you'll get results. It's going to end up being a database of a couple hundred doctors, but I'm trying to get things to work before entering them all in. That way, if any changes have to be made to the way the CMS forms are set up, we don't have to go back and change several hundred doctors in case lists needed to be re-entered, but rather, only a small set. One thing I have noticed that can be quite tedious when you have a lot of records is that, when you edit anything in a list, you have to go back through and update the list selections for every single record.<br />]]></description>
          <pubDate>Fri, 15 Apr 2011 12:14:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210748#post2210748</guid>
        </item>
                <item>
          <title>Re: [Jason] Displaying selected list content based on other selected list content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210745#post2210745</link>
          <description><![CDATA[Okay. This is what I have:<br /><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  <br /><br />  // load viewer library<br />  $libraryPath = 'cmsAdmin/lib/viewer_functions.php';<br />  $dirsToCheck = array('/usr/www/users/mathermd/mather/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once(&quot;$dir$libraryPath&quot;)) { break; }}<br />  if (!function_exists('getRecords')) { die(&quot;Couldn't load viewer library, check filepath in sourcecode.&quot;); }<br /><br />  // load records<br />  list($find_a_doctorRecords, $find_a_doctorMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'find_a_doctor',<br />    'where'       =&gt; whereRecordNumberInUrl(1),<br />    'limit'       =&gt; '1',<br />  ));<br />  $find_a_doctorRecord = @$find_a_doctorRecords[0]; // get first record<br /><br />  // show error message if no matching record is found<br />  if (!$find_a_doctorRecord) {<br />    header(&quot;HTTP/1.0 404 Not Found&quot;);<br />    print &quot;Record not found!&quot;;<br />    exit;<br />  }<br /><br />?&gt;<br />-----<br />&lt;?php foreach ($find_a_doctorRecord['insurance_carriers'] as $carrier):?&gt;<br />						&lt;?php echo $carrier; ?&gt;&lt;ul&gt;&lt;li&gt;<br />                       	&lt;?php echo join('&lt;/li&gt;&lt;li&gt;', $find_a_doctorRecord[$carrier.&quot;:values&quot;]); ?&gt;&lt;/li&gt;&lt;/ul&gt;<br />                    &lt;?php endforeach ?&gt;</code><br />In 'insurance_carriers', I have:<br /><code>aetna|Aetna<br />affinity|Affinity<br />cigna|Cigna<br />emblemhealth|EmblemHealth<br />empire_blue_cross|Empire Blue Cross</code><br />In 'aetna', I have:<br /><code>Aetna Choice, Choice POS, Managed Choice<br />Aetna HMO, Elect Choice, Select, Healthy NY<br />Aetna Indemnity, Traditional Choice<br />Aetna Medicare Choice PPO<br />Aetna Medicare HMO<br />Aetna PPO, Open Choice PPO</code><br />The other carrier lists are similar, but with their own set of unique plans.<br /><br />This is the message that's being produced:<br /><blockquote>Warning: Invalid argument supplied for foreach() in /usr/www/users/mathermd/mather/doctor-profile.php on line 120</blockquote><br />I'm still stumped on how to produce this:<br /><code>Aetna<br />&lt;ul&gt;<br />&lt;li&gt;Aetna Choice, Choice POS, Managed Choice&lt;/li&gt;<br />&lt;li&gt;Aetna Indemnity, Traditional Choice&lt;/li&gt;<br />&lt;li&gt;Aetna Medicare Choice PPO&lt;/li&gt;<br />&lt;/ul&gt;<br />Cigna<br />&lt;ul&gt;<br />&lt;li&gt;Cigna PPO&lt;/li&gt;<br />&lt;/ul&gt;</code><br />]]></description>
          <pubDate>Fri, 15 Apr 2011 12:06:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210745#post2210745</guid>
        </item>
                <item>
          <title>Re: [Jason] Search Engine and List Page Display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210729#post2210729</link>
          <description><![CDATA[I seem to be hitting a block. I have: <br /> <code>  if ($_REQUEST) {  <br />  // load records if there is a search variable  <br />  list($find_a_doctorRecords, $find_a_doctorMetaData) = getRecords(array(  <br />    'tableName'   =&gt; 'find_a_doctor',  <br />  ));  <br /> <br />} else {  <br />  // or do not load any records  <br />  $find_a_doctorRecords = array();   <br />} </code><br /><br /><br />I did not add the hidden field to the form as we're not using it. The page loads properly for no form selection and having the search keyword in the URL, but not when I select something from the search form. I get a blank page. <br /><br /><a target="_blank" href="http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2Fwww.interactivetools.com%2Fforum%2Fforum.cgi%3Furl%3Dhttp%253A%252F%252F66.39.82.53%252Ffind-a-doctor.php">Page is here</a>... The drop downs are the search form. The letter graphics are loading the search parameter from the URL. <br /><br /><b>edit</b> updated code and page URL <br /><br /><br /><br /><br /><br /><b>edit2</b> for the sake of keeping my hours down for the sake of the client's billing, I've decided to use separate pages for the search form and the results list. Thank you for your help, though.<br />]]></description>
          <pubDate>Thu, 14 Apr 2011 14:41:31 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210729#post2210729</guid>
        </item>
                <item>
          <title>Re: [Jason] Displaying selected list content based on other selected list content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210721#post2210721</link>
          <description><![CDATA[The plans are being stored in a list for each carrier. <br /><br />So, I made a list 'carrier' with 'aetna', 'aflac', etc... and a list 'aetna' with 'hmo', 'ppo', etc. Aetna and Aflac aren't going to have the exact same plan options. A full name for a plan under Aetna might be &quot;HMO Select Plus&quot; and &quot;HMO Plus&quot;, but Aflac would have different HMO options... maybe &quot;HMO Gold&quot; or &quot;HMO Network&quot;. <br /><br />On top of that, the doctor's profile page can't display anything that the doctor doesn't accept. So I can't display Aetna at all if the doctor doesn't accept any of Aetna's plans. <br /><br /><b>edit</b> updated list information<br />]]></description>
          <pubDate>Thu, 14 Apr 2011 13:16:58 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210721#post2210721</guid>
        </item>
                <item>
          <title>Re: [Jason] Search Engine and List Page Display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210713#post2210713</link>
          <description><![CDATA[Wow, that's even easier than my original idea.<br /><br />Addionally, if I link to the same listing page with the search query in the URL, will it display the listings without submitting the form? or will I need to add &quot;formSubmitted=1&quot; to the URL as well?<br />]]></description>
          <pubDate>Thu, 14 Apr 2011 12:35:56 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210713#post2210713</guid>
        </item>
                <item>
          <title>Search Engine and List Page Display</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210702#post2210702</link>
          <description><![CDATA[Hello, all,<br /><br />I'm working on a doctors database. The list currently displays automatically in alphabetical order when I load the list page. At the top of the page, I have several options to narrow those results down via the built-in search functions.<br /><br />However, any time a user lands on that initial page, they see the same set of doctors. As you can imagine, those doctors are going to get a lot of hits from people who are too lazy to use the search engine. That doesn't sit well with the other doctors.<br /><br />What I'm trying to do is set the page to show as blank with only the search options when you first land on it, and then display results to the search only when options are picked. This way, all the doctors of a certain search result have a fair shot at being seen instead of some doctors always being seen on a landing page before a search is even entered.<br /><br />Is there a way for me to use an if statement to check the search options to see if there was a value entered? That way, if there is no value, it would load a blank page, but, if there is a value, it would load the results of that value.<br /><br />Thank you in advance!<br />]]></description>
          <pubDate>Thu, 14 Apr 2011 11:12:20 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210702#post2210702</guid>
        </item>
                <item>
          <title>Re: [Jason] Displaying selected list content based on other selected list content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210667#post2210667</link>
          <description><![CDATA[Oh, nice trick with that pseudo field. It's gotten me much closer.<br /><br />My next step is to take each carrier and make a list under it of the plans that each carrier has. For example: <br /><br />Carriers: Aetna, Aflac, Blue Cross, Vytra<br />Aetna Plans: HMO, PPO, POS<br />Aflac Plans: Network<br />Blue Cross Plans: Family Care, PPO<br />Vytra Plans: HMO, POS<br /><br />The doctor accepts Vytra's POS plan, Aetna's PPO and POS plans, and nothing else.<br /><br />So, on the page, I would do the following if I was using HTML:<br /><code>Aetna:<br />&lt;ul&gt;<br />&lt;li&gt;PPO&lt;/li&gt;<br />&lt;li&gt;POS&lt;/li&gt;<br />&lt;/ul&gt;<br />Vytra:<br />&lt;ul&gt;<br />&lt;li&gt;POS&lt;/li&gt;<br />&lt;/ul&gt;</code><br /><br />In the CMS, I have given the user the ability to select Aetna and Vytra from one checkbox list. Then, they scroll down to the Aetna list and select PPO and POS. Then they scroll down to the Vytra list and select POS.<br /><br />I'm getting closer to my goal, but not quite there. The demo link has been updated. This is what I have now:<br /><code>&lt;?php foreach ($find_a_doctorRecord['insurance_carriers:labels'] as $carrier):?&gt;<br />						&lt;?php echo $carrier; ?&gt;&lt;ul&gt;&lt;li&gt;<br />                       	&lt;?php foreach ($find_a_doctorRecord['insurance_carriers:values'] as $plan):?&gt;<br />							&lt;?php echo join('&lt;/li&gt;&lt;li&gt;', $find_a_doctorRecord[$plan]); ?&gt;&lt;/li&gt;&lt;/ul&gt;<br />                       	&lt;?php endforeach ?&gt;<br />                    &lt;?php endforeach ?&gt;</code><br />I know there is an issue with the inner foreach loop. I'm looking at it now, and I know it's wrong, and I know why it's wrong (I'm cycling through the same list twice), but I'm not quite sure where to go next.<br /><br />Thank you again!<br />]]></description>
          <pubDate>Wed, 13 Apr 2011 13:47:04 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210667#post2210667</guid>
        </item>
                <item>
          <title>Displaying selected list content based on other selected list content</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210648#post2210648</link>
          <description><![CDATA[Hello, all, <br /><br />I have a conundrum, and I've gotten to <a target="_blank" href="http://www.interactivetools.com/forum/forum.cgi?url=http%3A%2F%2F66.39.82.53%2Fdoctor-profile.php%3FDenise-5">this</a>. <br /><br />The client has insurance carriers, and each insurance carrier has insurance plans. The profiles must be searchable by both carrier and plan. What I want to do is display the selected carrier with a bulleted list underneath with the selected plans. <br /><br />This is what I have so far: <br /> <code>   &lt;?php foreach (getListOptions('find_a_doctor', 'insurance_carriers') as $carrier):?&gt;   <br />						&lt;?php $carrier = strtolower($carrier); ?&gt;   <br />                    	&lt;?php if ( $find_a_doctorRecord[$carrier] ) { ?&gt;&lt;?php echo $find_a_doctorRecord[$carrier] ?&gt;&lt;ul&gt;&lt;li&gt;   <br />							&lt;?php echo join('&lt;/li&gt;&lt;li&gt;', getListLabels('find_a_doctor', $carrier, $find_a_doctorRecord[$carrier])); ?&gt;&lt;/li&gt;&lt;/ul&gt;   <br />                        &lt;?php } ?&gt;   <br />                    &lt;?php endforeach ?&gt; </code><br />As you can see on the demo page I linked above, I'm getting the selected options to return, but I'm also getting a bunch of undefined errors for the ones that aren't selected. <br /><br />I have a list of carriers as checkboxes. Then, each carrier has it's own separate list of checkboxes for the plans. <br /><br />The eventual plan is to enable the search engine to have a drop down of the carriers to search with, and then, if the website user wants to search plans, there will be an optional drop down that will show up with only the plans associated with that carrier for them to select from. The search is step two, however, and I want to make sure I can get everything to display on the individual detail pages first before I worry about making a fancy search engine. However, I want to make sure the ability to make the fancy search engine is there before I get too far into the detail page. <br /><br />I'm wondering if I'm going about this in the right direction... or if maybe (before I go and enter the hundreds of doctors) there might be a better way. <br /><br /><br /><b>edit</b> fixed broken link to demo page<br />]]></description>
          <pubDate>Wed, 13 Apr 2011 10:53:55 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210648#post2210648</guid>
        </item>
                <item>
          <title>Re: [Dave] SQL where clause</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210593#post2210593</link>
          <description><![CDATA[Thanks, Dave. That first option with the LIKE operator worked perfectly to keep with the client's preferences on how they want the site laid out. :)<br />]]></description>
          <pubDate>Mon, 11 Apr 2011 10:11:25 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210593#post2210593</guid>
        </item>
              </channel>
    </rss>
  