<?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%3Afleff</link>
        <description></description>
        <pubDate>Tue, 14 Apr 2026 14:48:19 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Afleff&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Warning Message: No such file or directory in Upload</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2216015#post2216015</link>
          <description><![CDATA[The following warning message has suddenly appeared in the upload fields and on the viewer pages:<br /><br />Warning: Unknown: failed to open stream: No such file or directory in Unknown on line 0 Fatal error: Unknown: Failed opening required '/data/24/2/125/54/2614380/user/2867819/cgi-bin/.php/sessions/sess_d2374d39c07f5296a9a3ba192b351c12' (include_path='/data/24/2/125/54/2614380/user/2867819/htdocs/cmsAdmin:/data/24/2/125/54/2614380/user/2867819/htdocs/cmsAdmin/3rdParty:.:/usr/services/vux/lib/php') in Unknown on line 0<br /><br />I called the host, Network Solutions, and they said it is looking for a directory that isn't there and is a problem with the path on the server, and to check with you.  I know they had a problem with their database server recently and thought it might be something they did.  All was working fine until now.  <br /><br />The Website Root Directory is: /data/24/2/125/54/2614380/user/2867819/htdocs and the Uploads Directory is: uploads/<br /><br />What do you think is going on here?<br /><br />Thanks,<br /><br />Farnham<br />]]></description>
          <pubDate>Tue, 01 May 2012 16:56:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2216015#post2216015</guid>
        </item>
                <item>
          <title>Re: [Jason] If single record go directly to Details Viewer</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214040#post2214040</link>
          <description><![CDATA[Thanks, Jason, but I'm still getting the details viewer for the first record in the section rather than the record found in the search.  I checked to see what record number is found and it's the correct one for the record I want, but apparently the code is not adding it to the URL for the details page.  <br /><br />Farnham<br />]]></description>
          <pubDate>Mon, 28 Nov 2011 21:49:53 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214040#post2214040</guid>
        </item>
                <item>
          <title>If single record go directly to Details Viewer</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2214032#post2214032</link>
          <description><![CDATA[The website in question has a section called &quot;items&quot;.  In it are records for several types of items.  If a search for a particular type of item finds only one item for that type, my client wants to go directly to the details viewer for that item instead of going through the list viewer that would display only that one item.  This is what I have put directly under the &lt;body&gt; tag:<br /><br />&lt;?php if ($itemsMetaData['totalRecords'] == 1): { <br />header(&quot;Location: /items_details.php&quot;); <br />exit; <br />} <br />?&gt;<br />&lt;?php endif ?&gt;<br /><br />That brings up the details viewer for the first record in the section, not the record we want.  If I physically add the record number in the code, it works fine.  My question is, how do I append the record number of the single item in the category requested?  I tried the following:<br /><br />&lt;?php if ($itemsMetaData['totalRecords'] == 1): { <br />header(&quot;Location: /items_details.php?&lt;?php echo $record['num'] ?&gt;&quot;); <br />exit; <br />} <br />?&gt;<br />&lt;?php endif ?&gt;<br /><br />I get an error message.  What should I have here to make it work?<br /><br />Thanks,<br /><br />Farnham<br />]]></description>
          <pubDate>Mon, 28 Nov 2011 12:27:05 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2214032#post2214032</guid>
        </item>
                <item>
          <title>Re: [fleff] MySQL question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2211214#post2211214</link>
          <description><![CDATA[Hi Jerry,<br /><br />Ajax Availability Calendar integrates into CMSB very well.  My website is a real estate one and each rental listing has its own calendar that shows what dates have been booked.  Each calendar is identified by an individual ID number that appears in the address bar page when it is set up.  So I created a field for the ID number in CMSB and called up the calendar on the details page of each listing with this code:<br /><br />&lt;?php if ($record['rental']): ?&gt;<br />		&lt;div align=&quot;center&quot;&gt;&lt;iframe width=&quot;190px&quot; height=&quot;265px&quot; src=&quot;calendar/index.php?id_item=&lt;?php echo $propertiesRecord['calendar_id'] ?&gt;&quot; style=&quot;border:none;&quot; style=&quot;overflow-x: hidden;&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;<br />		&lt;?php endif ?&gt;<br /><br />The calendars for all the listings are in a folder called &quot;calendars&quot; on the server.  It works fine.<br /><br />Best regards,<br /><br />Farnham<br />]]></description>
          <pubDate>Sun, 08 May 2011 16:24:13 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2211214#post2211214</guid>
        </item>
                <item>
          <title>Re: [gkornbluth] MySQL question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210955#post2210955</link>
          <description><![CDATA[Thanks, Jerry.  I'll let you know how it works out.  Actually, it's the Ajax Availability Calendar I'm planning to use.<br /><br />Also, thanks for your Cookbook.  It's helped me many times.<br /><br />Farnham<br />]]></description>
          <pubDate>Sat, 23 Apr 2011 08:04:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210955#post2210955</guid>
        </item>
                <item>
          <title>MySQL question</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210929#post2210929</link>
          <description><![CDATA[I want to put an availability calendar on an existing CMSB website that calls for new PHP and MySql.  Should I set up a separate MySQL account for this or can I use the existing CMSB MySQL database.  I don't want any conflict and don't know enough about MySQL to know if there could be one.  Just want to be sure.<br /><br />Also, will I be able to call up each individual calendar from the availability database for its corresponding listing in the CMSB database?  The listings are rental properties.<br /><br />Farnham<br />]]></description>
          <pubDate>Thu, 21 Apr 2011 15:09:44 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210929#post2210929</guid>
        </item>
                <item>
          <title>Delete Images</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2210887#post2210887</link>
          <description><![CDATA[Three years ago I set up an antiques website in Listings Manager 2.52 and now the client tells me they are having a problem with old images that won't go away.  When they enter a new item and upload images for it, images from a previous entry are presented.  I tried it and erased the old images and they keep uploading where they are not wanted.<br /><br />The permissions are set for the folders as follows:<br />     Exec 775<br />     Listings 777<br />     Images in Listings Folder 777<br />     Data 777<br />     listing.dat.cgi 664<br /><br />I read in the Forum that this could have something to do with it.  How can I resolve this problem for them?<br /><br />Farnham<br />]]></description>
          <pubDate>Wed, 20 Apr 2011 17:00:51 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2210887#post2210887</guid>
        </item>
                <item>
          <title>Re: [Jason] Password protected page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207785#post2207785</link>
          <description><![CDATA[That did it, Jason!  Thanks again for your great support.<br /><br />Farnham<br />]]></description>
          <pubDate>Mon, 01 Nov 2010 13:52:57 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207785#post2207785</guid>
        </item>
                <item>
          <title>Re: [Jason] Password protected page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207764#post2207764</link>
          <description><![CDATA[Thanks, Jason.  I agree with you that the problem lies with the line you cite.  That is the line where I want to add the record number of the listing I am looking at.  <br /><br />On my land_details.php page there is a link to the page land_info.php that is to be password protected .  That link, which works if no password requirement, looks like this:<br /><br />&lt;div align=&quot;center&quot;&gt;<br />&lt;?php if($record['field_card']):?&gt; 		      	 <br />            	&lt;a href=&quot;land_info.php?&lt;?php echo $record['field_card'] . '-'. $record['num']; ?&gt;&quot; border=&quot;0&quot; class=&quot;agents_12b&quot;&gt;(o)&lt;/a&gt;&lt;br /&gt;       	<br />      		&lt;?php endif ?&gt; <br />&lt;/div&gt;<br /><br />At the very top of the land_info.php page I add this line of code to require a password before that page opens:<br /><br />&lt;?php require_once('microProtector.php'); ?&gt;<br /><br />It calls the Micro Protector script that I show at the top of this forum question that generates the password form that I would like to have take the user to the page land_info.php plus the record number for that listing.<br /><br />The php code in the Micro Protector:<br />&lt;form action=&quot;&lt;?php echo $_SERVER['PHP_SELF']; ?&gt;&quot; method=&quot;post&quot; name=&quot;pwd&quot;&gt;<br /><br />only picks up the URL as far as the .php extension and leaves off the record number that I need there for that particular listing.  Otherwise it goes to the first record.<br /><br />I tried adding the record number this way, but it didn't work.<br />&lt;form action=&quot;&lt;?php echo $_SERVER['PHP_SELF'] . '-'. $record['num']; ?&gt;&quot; method=&quot;post&quot; name=&quot;pwd&quot;&gt;<br /><br />I am new to php and am hoping there is some way to get this to work.  Or is there a better way?<br /><br />Farnham<br /><br />  <i><i></i><u></u><br />]]></description>
          <pubDate>Sat, 30 Oct 2010 15:12:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207764#post2207764</guid>
        </item>
                <item>
          <title>Password protected page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2207734#post2207734</link>
          <description><![CDATA[A real estate site: my client wants to have a password protected page for his agents only where they can download pdf files of deeds, field cards, etc. for each listing.  I have set up a second details page (land_info.php) for this and it works fine from a link on the first (public) details page to the second (agents) one, passing along all the fields for that listing.  My problem occurs when I add password code to the second page.  The code I am using lops off the record number of the listing from its URL and the page goes to the first record instead.  Is there some way of forcing the inclusion of the record number in the URL of the listing details page, such as &quot;land_info.php?Array-17&quot;?  The password code is:<br /><br />&lt;?php<br /><br /><br />$Password = 'demo'; // Set your password here<br /><br /><br />   if (isset($_POST['submit_pwd'])){<br />      $pass = isset($_POST['passwd']) ? $_POST['passwd'] : '';<br />      <br />      if ($pass != $Password) {<br />         showForm(&quot;Wrong password&quot;);<br />         exit();     <br />      }<br />   } else {<br />      showForm();<br />      exit();<br />   }<br />   <br />function showForm($error=&quot;LOGIN&quot;){<br />?&gt;<br />&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;DTD/xhtml1-transitional.dtd&quot;&gt;<br />&lt;html&gt;<br />&lt;head&gt;<br />   &lt;title&gt;Micro Protector&lt;/title&gt;<br />   &lt;link href=&quot;style/style.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;<br />&lt;/head&gt;<br />&lt;body&gt;<br />    &lt;div id=&quot;main&quot;&gt;<br />      &lt;div class=&quot;caption&quot;&gt;&lt;?php echo $error; ?&gt;&lt;/div&gt;<br />      &lt;div id=&quot;icon&quot;&gt;&amp;nbsp;&lt;/div&gt;<br />      &lt;form action=&quot;&lt;?php echo $_SERVER['PHP_SELF']; ?&gt;&quot; method=&quot;post&quot; name=&quot;pwd&quot;&gt;<br />        Password:<br />        &lt;table&gt;<br />          &lt;tr&gt;&lt;td&gt;&lt;input class=&quot;text&quot; name=&quot;passwd&quot; type=&quot;password&quot;/&gt;&lt;/td&gt;&lt;/tr&gt;<br />          &lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;br/&gt;<br />             &lt;input class=&quot;text&quot; type=&quot;submit&quot; name=&quot;submit_pwd&quot; value=&quot;Login&quot;/&gt;<br />          &lt;/td&gt;&lt;/tr&gt;<br />        &lt;/table&gt;  <br />      &lt;/form&gt;<br />   &lt;/div&gt;<br />&lt;/body&gt;       <br /><br />&lt;?php   <br />}<br />?&gt;  <br /><br />* * * * * <br /><br />Here is the code of the page generated by the password php script above for the user to enter the password and go to the second listing details page:<br /><br />&lt;div id=&quot;main&quot;&gt;<br />      &lt;div class=&quot;caption&quot;&gt;LOGIN&lt;/div&gt;<br />      &lt;div id=&quot;icon&quot;&gt;&amp;nbsp;&lt;/div&gt;<br /><br />      &lt;form action=&quot;/land_info.php&quot; method=&quot;post&quot; name=&quot;pwd&quot;&gt;<br />        Password:<br />        &lt;table&gt;<br />          &lt;tr&gt;&lt;td&gt;&lt;input class=&quot;text&quot; name=&quot;passwd&quot; type=&quot;password&quot;/&gt;&lt;/td&gt;&lt;/tr&gt;<br />          &lt;tr&gt;&lt;td align=&quot;center&quot;&gt;&lt;br/&gt;<br />             &lt;input class=&quot;text&quot; type=&quot;submit&quot; name=&quot;submit_pwd&quot; value=&quot;Login&quot;/&gt;<br />          &lt;/td&gt;&lt;/tr&gt;<br />        &lt;/table&gt;  <br />      &lt;/form&gt;<br />   &lt;/div&gt;<br /><br />* * * * *<br /><br />I tried to use htaccess but didn't get it to work.<br /><br />Thanks, <br /><br />Farnham<br />]]></description>
          <pubDate>Thu, 28 Oct 2010 16:16:17 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2207734#post2207734</guid>
        </item>
                <item>
          <title>Re: [Jason] &quot;Record not found!&quot; for some of the records in link to detail viewer.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206622#post2206622</link>
          <description><![CDATA[Thank you, Jason.  It more than helps.  It was really bugging me.  I'll try to avoid this sort of thing in the future.<br /><br />Best,<br /><br />Farnham<br />]]></description>
          <pubDate>Wed, 08 Sep 2010 13:49:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206622#post2206622</guid>
        </item>
                <item>
          <title>Re: [Jason] &quot;Record not found!&quot; for some of the records in link to detail viewer.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206618#post2206618</link>
          <description><![CDATA[Thanks, Jason.  The link to the list page is http://klemmrealestate.com/land.php?status=For+Sale&amp;price_max=1000000 and the two viewer pages are attached.<br /><br />Farnham<br />]]></description>
          <pubDate>Wed, 08 Sep 2010 10:49:01 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206618#post2206618</guid>
        </item>
                <item>
          <title>&quot;Record not found!&quot; for some of the records in link to detail viewer.</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206612#post2206612</link>
          <description><![CDATA[I have a section for listings of land for sale.  It contains 57 records.  All 57 thumbnails appear on the list viewer, but 21 of them will not go to the detail viewer.  The last 21 records entered show &quot;Record not found!&quot;.  I have tried re-entering some, but it's the same thing: &quot;Record not found!&quot;.  All 57 listings appear in the Sections Editor.  I can't figure out what is going on here.  They are all working off the same table.  How do I get the last 21 to go to the details viewer?  The other sections in the site are working OK.  Any suggestions?<br /><br />Thanks,  Farnham<br />]]></description>
          <pubDate>Wed, 08 Sep 2010 10:19:50 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206612#post2206612</guid>
        </item>
                <item>
          <title>Re: [ryan_dot] Code works on Details page but not on List page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205776#post2205776</link>
          <description><![CDATA[Thanks, Ryan, for your response.  I had tried that and I get the same error message repeated on the page by the number of times that I have records for that table.<br /><br />I think I see where this problem lies.  I'm asking it to read the fields of all the records and there are different values in each of them, where I only want one.  Actually, I'm working with a field called &quot;status&quot; as a header on the page that says whether the property is For Sale or For Rent.  I used the sample above as an example that worked on the details page but now I see why it won't work on the list page.  I'll have to approach this from another perspective.  Let's see where it goes.<br /><br />Farnham<br />]]></description>
          <pubDate>Tue, 03 Aug 2010 11:13:21 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205776#post2205776</guid>
        </item>
                <item>
          <title>Code works on Details page but not on List page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205768#post2205768</link>
          <description><![CDATA[Why does this code work on the properties_details.php page but not on the properties.php page?  It's near the top of the page above the foreach section.<br /><br />&lt;table align=&quot;center&quot; bgcolor=&quot;#E8DEA4&quot; width=&quot;900&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;10&quot;&gt;<br />	&lt;tr&gt;<br />		&lt;td align=&quot;center&quot; valign=&quot;top&quot;&gt;<br />		&lt;div class=&quot;page_title&quot;&gt;&lt;?php echo $propertiesRecord['listing_heading'] ?&gt; in &lt;?php echo 		$propertiesRecord['property_town'] ?&gt;, &lt;?php echo $propertiesRecord['state'] ?&gt;&lt;/div&gt;		<br />		&lt;span class=&quot;new_info&quot;&gt;&lt;?php echo $propertiesRecord['new_info'] ?&gt;&lt;/span&gt;<br />		&lt;/td&gt;<br />	&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />I get this message:<br /><br />Notice: Undefined variable: propertiesRecord in /usr/home/klemmr/www/htdocs/properties.php on line 138 in Notice: Undefined variable: propertiesRecord in /usr/home/klemmr/www/htdocs/properties.php on line 138 , Notice: Undefined variable: propertiesRecord in /usr/home/klemmr/www/htdocs/properties.php on line 138<br /><br />The viewer library on the properties.php page is:<br /><br />   // load records<br />  list($propertiesRecords, $propertiesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'properties',<br />    'orderBy'     =&gt; 'price+0 DESC',<br />     'perPage'     =&gt; '48',<br />  ));<br /><br />The rest of the page works fine in producing the list of properties.  What do I need to do to make this work?  I didn't find anything in the forum to help me.<br /><br />Thanks,<br /><br />Farnham<br />]]></description>
          <pubDate>Mon, 02 Aug 2010 20:02:36 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205768#post2205768</guid>
        </item>
                <item>
          <title>Re: [Jason] Commas and two Detail viewers from one section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205744#post2205744</link>
          <description><![CDATA[Thanks, Jason.  The commas work fine with the code you posted.<br /><br />As to the the viewer information, I have a Status dropdown field:<br /><br />For Sale<br />Sold<br />For Rent<br />Rented<br /><br />Do you mean to apply if statements based on the selected option to show or hide the proper fields for that status on the details page?  Sounds good.  I'll try it.<br /><br />Farnham<br />]]></description>
          <pubDate>Fri, 30 Jul 2010 14:58:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205744#post2205744</guid>
        </item>
                <item>
          <title>Commas and two Detail viewers from one section</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205739#post2205739</link>
          <description><![CDATA[It's a real estate website.  A property may be offered for rent for the summer and, let's say, annually.  If so, the listing should display &quot;Summer, Annual&quot; on the listings page and the details page.  My problem is the comma.  What I would like is a single field called &quot;Rental Period&quot; that offers a choice of one or more periods: Summer, Seasonal, Annual or Short Term.  If more than one period is selected, they should be separated by commas on the viewer page.  I've tried the code in the forum for commas but It works with separate fields, not multiple choice in one field.  Is there some way of doing this without setting up four fields?  I'd like to be able to do a search on the keywords in the single field called Rental Period using a multi-value pulldown or checkboxes. <br /><br />Also, I am trying to set up the entering of listings so that my client doesn't have to enter the info twice, once in a section for Sales and a second time in a section for Rentals if the property is offered both ways.  I have set up a few fields specific to Rentals in a single section for houses (vs. land), and the houses.php and houses_details.php viewer pages work fine for sales.  I have also set up a viewer list page called rentals.php to display properties For Rent.  That works fine too, but I can't figure out how to get a listing to go from there to a rentals_details.php page instead of the houses_details.php page where the info is different from the For Rent info.  Is there some way to do this from a single section?<br /><br />Thanks for your help,<br /><br />Farnham<br />]]></description>
          <pubDate>Thu, 29 Jul 2010 19:55:08 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205739#post2205739</guid>
        </item>
                <item>
          <title>Re: [zickey] Website search</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205342#post2205342</link>
          <description><![CDATA[Zickey,<br /><br />I haven't gotten there yet. The site still has a long way to go.  There are others out there who know much more about this than I do and maybe one of them will read this and get back to you.  I'm also working on another CMSB website where it's more likely I could use a site-wide search. If I come up with anything, I'll let you know.<br /><br />fleff<br />]]></description>
          <pubDate>Sat, 10 Jul 2010 09:07:54 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205342#post2205342</guid>
        </item>
                <item>
          <title>Re: [Jason] Search Link in Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205333#post2205333</link>
          <description><![CDATA[That's it, Jason!  I should have thought of that.  I'll know better next time (maybe).  Thanks a million.<br /><br />Farnham<br />]]></description>
          <pubDate>Fri, 09 Jul 2010 14:54:12 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205333#post2205333</guid>
        </item>
                <item>
          <title>Re: [Jason] Search Link in Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205324#post2205324</link>
          <description><![CDATA[Sorry, Jason, I thought I had attached them.  I forgot to click the Upload Attachment button after choosing them.<br /><br />Farnham<br />]]></description>
          <pubDate>Thu, 08 Jul 2010 15:51:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205324#post2205324</guid>
        </item>
                <item>
          <title>Re: [Jason] Search Link in Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205321#post2205321</link>
          <description><![CDATA[Thanks, Jason, for your very prompt response.  I understand your suggestion about using an ID instead of a single name.  I used &quot;Peter&quot; only as an example.  What I would like to do is use the record number.<br /><br />I've tried everything I can think of to make this work.  There's probably some simple thing I'm overlooking.  I've attached the houses.php file as you requested.  Here is the link to the page giving me the trouble: http://klemmrealestate.com/agents_details.php<br />You will see here the various ways I've tried to get it to work.  Neither page is finished yet.<br /><br />Thanks for checking it.<br /><br />Farnham<br />]]></description>
          <pubDate>Thu, 08 Jul 2010 15:01:09 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205321#post2205321</guid>
        </item>
                <item>
          <title>Search Link in Field</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2205310#post2205310</link>
          <description><![CDATA[This question is about a real estate website where a user sees a property listing, likes it, and goes to the page of the agent who listed that property.  On the agent's page I want a link labeled &quot;View all my listings&quot;, but only if the agent want's it there (some don't have enough listings).  In my &quot;Agents&quot; section I have put a wysiwyg field where I can enter &quot;View all my listings&quot; and link it to a search for all the active listings of that agent.  I have set up the JavaScript to show this field only if there is something in it.<br /><br />		&lt;?php if($agentsRecord['view_my_listings']): ?&gt;<br />		&lt;span class=&quot;wysiwyg_content&quot;&gt;&lt;?php echo $agentsRecord['view_my_listings'] ?&gt;&lt;/span&gt;&lt;br/&gt;<br />		&lt;?php else: ?&gt; <br />		&lt;?php endif ?&gt; <br /><br />That works fine but I can't figure out how to script the link in the wysiwyg field to show the agent's active listings.   I've tried: &quot;/houses.php/status_keyword=For+Sale&amp;agent_name_keyword=Peter&quot; (without quotes) where &quot;houses.php&quot; is the listings viewer.  &quot;For Sale&quot; is in the Status field of a section editor called House Listings and &quot;Peter&quot; is in a field called Agent Name in a section editor called Agents.  When I click on the link I get &quot;No input file specified. &quot;  What should I be doing?  Is there a better way to accomplish what I'm trying to do?  Your help would be much appreciated.<br /><br />Farnham<br />]]></description>
          <pubDate>Thu, 08 Jul 2010 09:17:32 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2205310#post2205310</guid>
        </item>
                <item>
          <title>Re: [Donna] Number of viewer pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202420#post2202420</link>
          <description><![CDATA[Thanks, Donna.  I'll approach it from this angle and see how it goes.  I'll let you know.<br /><br />Best,<br /><br />Farnham<br />]]></description>
          <pubDate>Fri, 12 Mar 2010 17:58:37 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202420#post2202420</guid>
        </item>
                <item>
          <title>Number of viewer pages</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2202393#post2202393</link>
          <description><![CDATA[I have a page that lists 48 types of contractor services (e.g. plumbing, electrical, landscaping, etc.)  I want a visitor to be able to click on a service and get a list of businesses in the area for the service he clicks on.  I have to set up a multi-record editor for each service but I’m wondering if I have to set up 48 different viewer pages, one for each service.  I’m hoping that I can set up one generic viewer that will be populated with the info (business name, town, phone, etc.) for the service clicked on, but I can’t figure out how to do it.  Is it possible and, if so, will you please tell me what I should do?  <br /><br />Thanks and best to all,<br /><br />Farnham<br />]]></description>
          <pubDate>Thu, 11 Mar 2010 11:28:09 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2202393#post2202393</guid>
        </item>
                <item>
          <title>Re: [fleff] Some basic questions</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2201663#post2201663</link>
          <description><![CDATA[The wysiwyg.php additions work just fine and I don't understand why you don't offer the font-family menu as a regular feature in the wysiwyg field.  Thanks again for sending it along.  CMSB is great!<br /><br />Farnham<br />]]></description>
          <pubDate>Fri, 05 Feb 2010 20:47:30 -0800</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2201663#post2201663</guid>
        </item>
              </channel>
    </rss>
  