<?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%3Ainfo%40yogamerge.com</link>
        <description></description>
        <pubDate>Tue, 19 May 2026 17:07:54 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Ainfo%40yogamerge.com&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238891#post2238891</link>
          <description><![CDATA[<p>Hi Ross,</p>
<p>I figured this out, I won't bore you with the details. :)</p>
<p>Thanks much!</p>]]></description>
          <pubDate>Wed, 18 May 2016 15:24:06 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238891#post2238891</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238866#post2238866</link>
          <description><![CDATA[<p>Hi Ross,</p>
<p>Well, the mobile site is a bit weird at the moment, I do use it, but the main catalog on the mobile site is not on the sub-domain, it's yogamerge.com/mobile.php</p>
<p>However, the home page is m.yogamerge.com and the class pages are m.yogamerge.com/mobile-pages/classpages/nikkanadia/</p>
<p>I set it up this way after installing cms, because I knew that I could make cms work in that manner on the mobile site, as I was also unsure then about using cms on a sub domain.</p>
]]></description>
          <pubDate>Thu, 12 May 2016 11:45:11 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238866#post2238866</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238851#post2238851</link>
          <description><![CDATA[<p>Hey guys,</p>
<p>I had one other quick question on this topic.</p>
<p>I would also like to filter records on my mobile site just as we have done on the desktop page that we worked on in this topic.</p>
<p>I think though the issue is that my yoga class mobile pages are on a sub-domain like this:</p>
<p>m.yogamerge.com/mobile-pages/classpages/nikkanadia/restorative-flow-test.php</p>
<p>My include file is here:</p>
<p>yogamerge.com/includes/mobile-instructor-records.php</p>
<p>So what would the below code need to look like on restorative-flow-test.php in order to display and filter the records using the above located include?</p>
<p><code>&lt;?php<br />  $category = "Nikka-Nadia"; // name of category to load<br />  include('../../includes/mobile-instructor-records.php');<br />?&gt;</code></p>
<p>Or is it not possible to do this if the mobile page is within a sub-domain?</p>
<p>Is it possible to display records from cms on a sub-domain (m.yogamerge.com) of your main domain (yogamerge.com)?</p>

<p>Thanks as always,</p>
<p>Kent</p>
]]></description>
          <pubDate>Wed, 11 May 2016 20:15:24 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238851#post2238851</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238838#post2238838</link>
          <description><![CDATA[<p>Thanks much Damon,</p>
<p>Just submitted the support request with requested details.</p>
<p>Kent</p>]]></description>
          <pubDate>Tue, 10 May 2016 15:11:15 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238838#post2238838</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238836#post2238836</link>
          <description><![CDATA[<p>Hey Greg,</p>
<p>Yeah, I thought of that last night and tried it, but it still didn't load any records.</p>
<p>Looks like I have stumbled across a frustrating issue, lol</p>
<p>Sorry for all the trouble, what do you suggest next?</p>]]></description>
          <pubDate>Tue, 10 May 2016 13:22:45 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238836#post2238836</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238834#post2238834</link>
          <description><![CDATA[<p>Hi Grey,</p>
<p>Sure, I attached a screen shot of that area of the admin.</p>
<p>Thanks much.</p>
<p>Kent</p>]]></description>
          <pubDate>Tue, 10 May 2016 12:19:37 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238834#post2238834</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238827#post2238827</link>
          <description><![CDATA[<p>Hey Greg,</p>

<p>Well, I'm still not getting any records to load on the page and there's no error.</p>
<p>Sorry for all the trouble.</p>
<p>My current code is below -</p>
<p>On the page:</p>
<p><code>&lt;?php<br />  $category = "nikka-nadia"; // name of category to load<br />  include("includes/nikka-nadia-classes.php");<br />?&gt;</code></p>
<p>On the include:</p>
<p><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br />  <br />  // load viewer library<br />  $libraryPath = 'cmsb/lib/viewer_functions.php';<br />  $dirsToCheck = array('/web/sites/greywood/yogamerge.com/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br />  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }<br /><br />  // load records from 'all_classes'<br />list($all_classesRecords, $all_classesMetaData) = getRecords(array(<br /> 'tableName'   =&gt; 'all_classes',<br /> 'perPage'     =&gt; '10',<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; false,<br /> 'where'       =&gt; "`categories` LIKE '\t". mysql_escape($category) ."\t'",<br />));<br /><br />?&gt;</code></p>

<p>also on the include:</p>
<p><code>&lt;?php foreach ($all_classesRecords as $record): ?&gt;</code></p>
<p>I wanted to mention that I uses includes on a variety of pages for navigation menus, etc. and I have always had to use a full url path to the include file if the page was buried within a variety of folders, yogamerge.com/classpages/nikkanadia/restorative-flow-test.php</p>
<p>However, that didn't help in this instance.</p>]]></description>
          <pubDate>Mon, 09 May 2016 15:47:10 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238827#post2238827</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238824#post2238824</link>
          <description><![CDATA[<p>Hi,</p>
<p>The category field is a multi select check box, records can have and in all cases do have multiple categories.</p>
<p>Thanks!</p>]]></description>
          <pubDate>Mon, 09 May 2016 13:42:29 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238824#post2238824</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238821#post2238821</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>I made your change which makes sense to me, but unfortunately I still get no records displayed. I no longer have the error saying no records found, but there's no records displayed on the page, you can see it using the below link:</p>
<p><a href="http://www.yogamerge.com/classpages/nikkanadia/restorative-flow-test.php" rel="nofollow">http://www.yogamerge.com/classpages/nikkanadia/restorative-flow-test.php</a></p>

<p>So far it only works when I take it back to displaying all records with no attempt to filter the records with a category.</p>
<p>Thanks for all the help!</p>
<p>Kent</p>

]]></description>
          <pubDate>Mon, 09 May 2016 12:55:43 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238821#post2238821</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238818#post2238818</link>
          <description><![CDATA[<p>Hi Greg,</p>
<p>Thanks for the response!</p>
<p>I do have that line in the code on restorative-flow-test.php</p>
<p>I have actually tried it two different ways shown below:</p>
<p>Right now it's set as this:</p>
<p><code>&lt;?php $category = "nikka-nadia"; // name of category to load ?&gt;<br />        &lt;?php include("<a href="http://www.yogamerge.com/includes/nikka-nadia-classes.php" rel="nofollow">http://www.yogamerge.com/includes/nikka-nadia-classes.php</a>");?&gt;</code></p>
<p> Before it was set as this:</p>
<p><code>&lt;?php $category = "nikka-nadia"; // name of category to load <br />      include("<a href="http://www.yogamerge.com/includes/nikka-nadia-classes.php" rel="nofollow">http://www.yogamerge.com/includes/nikka-nadia-classes.php</a>");?&gt;</code></p>
<p>I wasn't sure if the category variable should be in the same php statement as the include?</p>
<p>I get the error either way. I attached my current restorative-flow-test.php page to this reply.</p>]]></description>
          <pubDate>Mon, 09 May 2016 12:07:40 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238818#post2238818</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238810#post2238810</link>
          <description><![CDATA[<p>Thanks Damon,</p>
<p>I now get the following error after making the changes.</p>
<p><span>Notice: Undefined variable: category in /web/sites/greywood/yogamerge.com/includes/nikka-nadia-classes.php on line 17 </span><span>No records were found!</span></p>
<p><span>Thanks much,</span></p>
<p><span>Kent</span></p>]]></description>
          <pubDate>Fri, 06 May 2016 23:09:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238810#post2238810</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238805#post2238805</link>
          <description><![CDATA[<p>Hi Ross,</p>
<p>Update:</p>
<p>I changed the code in the where statement, it looked like there might be a typo with this:</p>
<p><code>'where'       =&gt; "categories = '". mysql_escape($category) ."",</code></p>
<p>I changed it to:</p>
<p><code>'where'       =&gt; "categories = "". mysql_escape($category) ."", </code></p>
<p>I no longer get the error, however I get no classes at all displayed via the include statement on restorative-flow-test.php</p>
<p>Thanks much.</p>]]></description>
          <pubDate>Thu, 05 May 2016 20:29:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238805#post2238805</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238804#post2238804</link>
          <description><![CDATA[<p>Hi Ross,</p>
<p>Thanks for the help!</p>
<p>I seem to still get an error after using your code, not positive I applied it correctly but I think I did. I get the below error -</p>
<p>Notice: Undefined variable: category in /web/sites/greywood/yogamerge.com/includes/nikka-nadia-classes.php on line 17 MySQL Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '') ORDER BY dragSortOrder DESC LIMIT 10' at line 3</p>
<p>The include file is now called nikka-nadia-classes.php and is below</p>
<p><code>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br />  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br />  <br />  // load viewer library<br />  $libraryPath = 'cmsb/lib/viewer_functions.php';<br />  $dirsToCheck = array('/web/sites/greywood/yogamerge.com/','','../','../../','../../../');<br />  foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br />  if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }<br /><br />  // load records from 'all_classes'<br />  list($all_classesRecords, $all_classesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'all_classes',<br />    'perPage'     =&gt; '10',<br />    'loadUploads' =&gt; true,<br />    'allowSearch' =&gt; true,<br />    'where'       =&gt; "categories = '". mysql_escape($category) ."",<br />  ));<br /><br />?&gt;<br /><br />&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"&gt;<br />&lt;html xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a>"&gt;<br />&lt;head&gt;<br />&lt;style&gt;<br />&lt;/style&gt;<br /><br /><br />&lt;TITLE&gt;&lt;/TITLE&gt;<br /> <br /><br />&lt;script language="JavaScript"&gt;<br />&lt;!--//BEGIN Script<br />function new_window(url) {<br /><br />link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=750,height=675,left=80,top=180");<br /><br />}<br />//END Script--&gt;<br />&lt;/script&gt;<br /><br /><br />&lt;/head&gt;<br /><br /><br /><br />&lt;body font face="Verdana, Arial, Helvetica, sans-serif" size="2" text="#000000" link="#000000"&gt;<br /><br />  <br /><br />&lt;?php foreach ($all_classesRecords as $record): ?&gt;<br />               <br />    <br />&lt;table width="950" table  cellspacing="5" valign="TOP" nowrap&gt;<br /><br />&lt;tr align="CENTER" bgcolor="#000000" link="#FFFFFF" vlink="#FFFFFF"&gt;<br /><br />&lt;Td&gt;&lt;font color="white" font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Class&lt;/b&gt;&lt;/Td&gt;&lt;td width="950" colspan="3"&gt;&lt;b&gt;&lt;font color="white" font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/b&gt;&lt;/td&gt;&lt;/a&gt;<br /><br />&lt;TD&gt;&lt;font color="white" font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;&lt;?php echo htmlencode($record['download_price']) ?&gt;&lt;/b&gt;&lt;/TD&gt;&lt;/tr&gt;<br /><br />&lt;tr&gt;<br /><br />&lt;td rowspan="4" align="CENTER" valign="TOP"&gt;<br /><br />&lt;a href="&lt;?php echo htmlencode($record['preview_link']) ?&gt;"&gt;&lt;?php echo $record['thumb']; ?&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" font size="2" font color="000000" link="#FFFFFF" vlink="#FFFFFF"&gt;&lt;B&gt;PREVIEW&lt;/B&gt;&lt;/a&gt;&lt;P&gt;<br />&lt;/TD&gt;<br /><br /><br /><br /><br /><br />&lt;/TD&gt;&lt;/tr&gt;<br /><br />&lt;tr&gt;<br /><br />&lt;td  nowrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Style: &lt;/b&gt;&lt;?php echo htmlencode($record['style']) ?&gt;&lt;/td&gt;<br /><br />&lt;td  nowrap&gt;<br /><br />&lt;/td&gt;<br /><br />&lt;td nowrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Length: &lt;/b&gt;&lt;?php echo htmlencode($record['class_length']) ?&gt;&lt;/td&gt;<br /><br />&lt;td nowrap&gt; &lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Media: &lt;/b&gt;&lt;?php echo htmlencode($record['media']) ?&gt;&lt;/TD&gt;<br /><br />&lt;/tr&gt;<br /><br />&lt;/TR&gt;<br /><br />&lt;tr&gt;<br /><br />&lt;td colspan="3" class="desc" width="400"&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Instructor: &lt;/b&gt;&lt;?php echo htmlencode($record['instructor']) ?&gt;&lt;/TD&gt;<br />&lt;TD noWrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;HD: &lt;/b&gt;&lt;?php echo htmlencode($record['format']) ?&gt;&lt;/TD&gt;&lt;/TR&gt;<br /><br />&lt;tr&gt;&lt;td width="1100" colspan="3" class="desc"&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Level: &lt;/b&gt;&lt;?php echo htmlencode($record['class_level']) ?&gt; <br />                                     &lt;?php echo htmlencode($record['description']) ?&gt;&lt;P&gt;<br /><br />                                      <br />&lt;/td&gt;<br /><br />&lt;td align="center"&gt;<br /><br />&lt;?php echo $record['add_to_cart']; ?&gt;&lt;P&gt;<br /><br /><br /><br /><br /><br /><br />&lt;/tr&gt;<br /><br />&lt;/table&gt;<br /><br /><br />      <br />    &lt;?php endforeach ?&gt;<br /><br />    &lt;?php if (!$all_classesRecords): ?&gt;<br />      No records were found!&lt;br/&gt;&lt;br/&gt;<br />    &lt;?php endif ?&gt;<br /><br />&lt;br&gt;<br />&lt;br&gt;<br /><br /><br /><br /><br /> <br /> <br />&lt;/body&gt;<br />&lt;/html&gt;</code></p>
<p> The main page where the include is used is still restorative-flow-test.php and is below -</p>
<p><code>&lt;html&gt;<br />&lt;head&gt;<br />&lt;link rel="stylesheet" type="text/css" href="<a href="http://www.yogamerge.com/bodystyle-new.css" rel="nofollow">http://www.yogamerge.com/bodystyle-new.css</a>"&gt;<br />&lt;style&gt;<br />h1<br />{<br />color:336699;<br />font-family:Verdana, Arial, Helvetica, sans-serif;<br />text-align:center;<br />font-size:18px;<br />}<br />#cssmenu ul,<br />#cssmenu li,<br />#cssmenu span,<br />#cssmenu a {<br />  margin: 0;<br />  padding: 0;<br />  position: relative;<br />}<br />#cssmenu:after,<br />#cssmenu ul:after {<br />  content: '';<br />  display: block;<br />  clear: both;<br />}<br />#cssmenu a {<br />  color: #ffffff;<br />  display: inline-block;<br />  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;<br />  font-size: 13.4px;<br />  min-width: 35px;<br />  text-align: center;<br />  text-decoration: none;<br />  text-shadow: 0 -1px 0 #333333;<br />}<br />#cssmenu ul {<br />  list-style: none;<br />}<br />#cssmenu &gt; ul &gt; li {<br />  float: left;<br />}<br />#cssmenu &gt; ul &gt; li.active a {<br />  background: #646464 url(images/grad_dark.png) repeat-x left bottom;<br />  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));<br />  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);<br />  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);<br />  box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;<br />  -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;<br />  -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;<br />  filter: none;<br />}<br />#cssmenu &gt; ul &gt; li.active a:hover {<br />  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));<br />  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);<br />  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);<br />  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);<br />  filter: none;<br />}<br />#cssmenu &gt; ul &gt; li a {<br />  box-shadow: inset 0 0 0 1px #8a8a8a;<br />  -moz-box-shadow: inset 0 0 0 1px #8a8a8a;<br />  -webkit-box-shadow: inset 0 0 0 1px #8a8a8a;<br />  background: #4a4a4a url(images/grad_dark.png) repeat-x left top;<br />  background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);<br />  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));<br />  background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);<br />  background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);<br />  background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);<br />  background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);<br />  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);<br />  border-bottom: 1px solid #5d5d5d;<br />  border-top: 1px solid #5d5d5d;<br />  border-right: 1px solid #5d5d5d;<br />  line-height: 34px;<br />  padding: 0 35px;<br />  filter: none;<br />}<br />#cssmenu &gt; ul &gt; li a:hover {<br />  background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;<br />  background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);<br />  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));<br />  background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);<br />  background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);<br />  background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);<br />  background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);<br />  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);<br />  filter: none;<br />}<br />#cssmenu &gt; ul &gt; li:first-child a {<br />  border-radius: 5px 0 0 5px;<br />  -moz-border-radius: 5px 0 0 5px;<br />  -webkit-border-radius: 5px 0 0 5px;<br />  border-left: 1px solid #5d5d5d;<br />}<br />#cssmenu &gt; ul &gt; li:last-child a {<br />  border-radius: 0 5px 5px 0;<br />  -moz-border-radius: 0 5px 5px 0;<br />  -webkit-border-radius: 0 5px 5px 0;<br />}<br />#cssmenu .has-sub:hover ul {<br />  display: block;<br />}<br />#cssmenu .has-sub ul {<br />  display: none;<br />  position: absolute;<br />  top: 36px;<br />  left: -1px;<br />  min-width: 100%;<br />  text-align: center;<br />  /* IE7 */<br /><br />  *width: 100%;<br />}<br />#cssmenu .has-sub ul li {<br />  text-align: center;<br />}<br />#cssmenu .has-sub ul li a {<br />  border-top: 0 none;<br />  border-left: 1px solid #5d5d5d;<br />  display: block;<br />  line-height: 120%;<br />  padding: 9px 5px;<br />  text-align: center;<br />}<br />&lt;/style&gt;<br /><br />&lt;TITLE&gt;Streaming Yoga - Online Yoga Video With A Mix Of Restorative &amp; Flow&lt;/TITLE&gt;<br /><br />&lt;META  NAME="Description" CONTENT="Beginner yoga video with a mix of restorative postures and flow movement."&gt;<br /><br />&lt;META  NAME="Keywords" CONTENT="yoga videos, yoga video, online yoga classes, yoga studio, instruction, streaming yoga, meditation, video poses demonstration, yoga pose, <br />yoga styles, experienced yoga teachers, health, community, workshops, downloads, vinyasa flow, anusara, ashtanga, kundalini, iyengar, prenatal, tantra, los angeles, california, <br />Upanishads, bhagavad gita, yoga sutras, beginner, intermediate, advanced, pranayama, ayurveda, hatha, therapy, philosophy, wellness, yogi, asana, lessons, stress reduction,<br />workout, core work, inversions, head stands, hand stands, arm balances"&gt;<br /><br />&lt;meta content='700240980117234' property='fb:app_id'&gt;<br /><br />&lt;meta property="og:title" content="Streaming Yoga" /&gt;<br />&lt;meta property="og:type" content="article" /&gt;<br />&lt;meta property="og:image" content="<a href="http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg" rel="nofollow">http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg</a>" /&gt;<br />&lt;meta property="og:url" content="<a href="http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php" rel="nofollow">http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php</a>" /&gt;<br />&lt;meta property="og:description" content="Online Yoga Video With A Mix Of Restorative &amp; Flow" /&gt;<br /><br />&lt;meta name="twitter:card" content="summary_large_image" /&gt;<br />&lt;meta name="twitter:site" content="@yogamerge"&gt;<br />&lt;meta name="twitter:title" content="Streaming Yoga" /&gt;<br />&lt;meta name="twitter:description" content="Online Yoga Video With A Mix Of Restorative &amp; Flow" /&gt;<br />&lt;meta name="twitter:image" content="<a href="http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg" rel="nofollow">http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg</a>" /&gt;<br /><br />&lt;link rel="image_src" href="<a href="http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg" rel="nofollow">http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg</a>"/&gt;<br /><br />&lt;link rel="alternate" media="only screen and (max-width: 800px)"<br />      href="<a href="http://m.yogamerge.com/mobile-pages/classpages/nikkanadia/restorative-flow.php" rel="nofollow">http://m.yogamerge.com/mobile-pages/classpages/nikkanadia/restorative-flow.php</a>" &gt;<br /><br />&lt;script type="text/javascript"&gt;<br />&lt;!--<br />if (screen.width &lt;= 800) {<br />document.location = "<a href="http://m.yogamerge.com/mobile-pages/classpages/nikkanadia/restorative-flow.php" rel="nofollow">http://m.yogamerge.com/mobile-pages/classpages/nikkanadia/restorative-flow.php</a>";<br />}<br />//--&gt;<br />&lt;/script&gt;<br /><br /><br />&lt;script&gt;<br />  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){<br />  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),<br />  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)<br />  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');<br /><br />  ga('create', 'UA-44365450-1', 'yogamerge.com');<br />  ga('send', 'pageview');<br /><br />&lt;/script&gt;<br /><br />&lt;div id="fb-root"&gt;&lt;/div&gt;<br />&lt;script&gt;(function(d, s, id) {<br />  var js, fjs = d.getElementsByTagName(s)[0];<br />  if (d.getElementById(id)) return;<br />  js = d.createElement(s); js.id = id;<br />  js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&amp;version=v2.0";<br />  fjs.parentNode.insertBefore(js, fjs);<br />}(document, 'script', 'facebook-jssdk'));&lt;/script&gt;<br /><br /><br /><br />&lt;script language="JavaScript"&gt;<br />&lt;!--//BEGIN Script<br />function new_window(url) {<br /><br />link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=750,height=675,left=80,top=180");<br /><br />}<br />//END Script--&gt;<br />&lt;/script&gt;<br /><br />&lt;link href="/vibracart/vibracartstyle1.css" rel="stylesheet" type="text/css"&gt;<br />&lt;script type="text/javascript" src="/vibracart/settingsstyle1.js"&gt;&lt;/script&gt;<br />&lt;script type="text/javascript" src="/vibracart/sarissa.js"&gt;&lt;/script&gt;<br />&lt;script type="text/javascript" src="/vibracart/vibracart.js"&gt;&lt;/script&gt;<br /><br />&lt;/head&gt;<br />&lt;text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"&gt;<br /><br />&lt;!--DO NOT REMOVE THIS TEXT! Template provided by <a href="">http://www.2file:///Mac%20HardDrive/WebSites/newpagetest2.htmlcreateawebsite.com.</a>  For more free templates go to <a href="http://www.2createawebsite.com/build/templates.html--" rel="nofollow">http://www.2createawebsite.com/build/templates.html--</a>&gt;<br /><br />  &lt;body&gt;<br />  &lt;body bgcolor="#FFFFFF" body link="#000000" vlink="#000000" alink="#000000"&gt;<br />    &lt;tr&gt;<br />      &lt;td width="50%"&gt;<br />        &lt;div align="center"&gt;<br />          &lt;table border="1" width="50%" bgcolor="#FFFFFF" link="#FFFFFF" cellspacing="1" cellpadding="4"&gt;<br />            &lt;tr&gt;        <br />            &lt;td width="50%" valign="top"&gt;<br />                <br />                <br />                &lt;div align="center"&gt;<br />                  &lt;center&gt;<br /><br />              &lt;table width="800" border="0" cellspacing="0" cellpadding="3" align="center" bgcolor="#FFFFFF"&gt;<br />  &lt;tr valign="top"&gt; <br />    &lt;td&gt; <br />      &lt;div align="center"&gt; <br />        <br /> &lt;?php include("<a href="http://www.yogamerge.com/includes/class-instructor-header.html" rel="nofollow">http://www.yogamerge.com/includes/class-instructor-header.html</a>");?&gt;<br /><br /><br />&lt;table width="950" table  cellspacing="5" valign="TOP" nowrap&gt;<br /><br />&lt;tr align="CENTER" bgcolor="#000000" link="#FFFFFF"&gt;<br /><br />&lt;Td&gt;&lt;font color="white" font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;b&gt;Nikka's Laid Back Restorative Flow&lt;/b&gt;&lt;/Td&gt;&lt;/tr&gt;<br /><br />&lt;tr&gt;<br /><br />&lt;td rowspan="4" align="CENTER" valign="TOP"&gt;<br /><br />&lt;video id="restorative-flow" width="950" height="534" poster="<a href="http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg" rel="nofollow">http://www.yogamerge.com/video-thumbs/img_nikka-restorative-flow-preview-thumb.jpg</a>" preload controls&gt;<br />&lt;source src="<a href="http://d1h6n356rif2ap.cloudfront.net/nikka-restorative-flow-preview.mp4" rel="nofollow">http://d1h6n356rif2ap.cloudfront.net/nikka-restorative-flow-preview.mp4</a>" /&gt;<br />&lt;/video&gt;&lt;/TD&gt;<br /><br /><br /><br /><br /><br />&lt;/TD&gt;&lt;/tr&gt;<br /><br />&lt;/table&gt;<br /><br />&lt;table width="950"&gt;<br />&lt;tr&gt;<br />&lt;td&gt;<br />&lt;!---Insert Nested Table Here---&gt;<br />&lt;table width="100" style="margin-left:15" table  cellspacing="5" align="left" valign="TOP" nowrap&gt;<br /><br />&lt;tr align="CENTER" bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"&gt;<br /><br />&lt;td rowspan="4" align="CENTER" valign="TOP"&gt;<br /><br />&lt;center&gt;<br />&lt;div class="fb-share-button" data-href="<a href="http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php" rel="nofollow">http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php</a>" data-layout="button_count"&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;<br />&lt;center&gt;<br />    <br /><br /><br /><br />&lt;/TD&gt;&lt;/tr&gt;<br /><br /><br />&lt;/table&gt; <br /><br />&lt;table width="75" style="margin-right:0" table  cellspacing="5" align="right" valign="TOP" nowrap&gt;<br /><br />&lt;tr align="CENTER" bgcolor="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"&gt;<br /><br />&lt;td rowspan="4" align="CENTER" valign="TOP"&gt;<br /><br />&lt;center&gt;<br />&lt;div align="right"&gt;&lt;a href="<a href="https://twitter.com/share" rel="nofollow">https://twitter.com/share</a>" class="twitter-share-button" data-via="yogamerge" data-hashtags="yoga"&gt;Tweet&lt;/a&gt;<br />&lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');&lt;/script&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;<br />&lt;center&gt;<br />    <br />&lt;/TD&gt;&lt;/tr&gt;<br /><br /><br />&lt;/table&gt;<br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br />&lt;table width="950"&gt;<br />&lt;tr&gt;<br />&lt;td&gt;<br />&lt;!----Insert Nested Table Here----&gt;<br />&lt;table width="950" style="margin-left:0" table  cellspacing="5" align="left" valign="TOP" nowrap&gt;<br /><br />&lt;tr align="Left"&gt;<br /><br />&lt;td  nowrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;b&gt;Style: &lt;/b&gt;Restorative Flow&lt;/td&gt;<br /><br />&lt;td  nowrap&gt;<br /><br />&lt;/td&gt;<br /><br />&lt;td nowrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;b&gt;LENGTH: &lt;/b&gt;38 MIN.&lt;/td&gt;<br /><br />&lt;td nowrap&gt; &lt;font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;b&gt;Media: &lt;/b&gt;MP4-H264&lt;/TD&gt;<br /><br />&lt;/tr&gt;<br /><br />&lt;/TR&gt;<br /><br />&lt;tr&gt;<br /><br />&lt;td colspan="3" class="desc" width="400"&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;b&gt;Instructor: &lt;/b&gt;Nikka Nadia&lt;/TD&gt;<br />&lt;TD noWrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;B&gt;HD: &lt;/B&gt;1920 X 1080&lt;/TD&gt;&lt;/TR&gt;<br /><br />&lt;tr&gt;&lt;td width="1100" colspan="3" class="desc"&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif"&gt;&lt;b&gt;Level: &lt;/b&gt;Level 1 (Beginner)&lt;A HREF="javascript:new_window('<a href="http://www.yogamerge.com/classes/nikkanadia/restorative-flow/restorative-flow-caps.htm" rel="nofollow">http://www.yogamerge.com/classes/nikkanadia/restorative-flow/restorative-flow-caps.htm</a>')"&gt;&lt;b&gt;(Photos)&lt;/b&gt;&lt;/a&gt;&lt;P&gt;&lt;font color="000000" font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt; <br />                                     If you're looking to slow your pace but still keep moving, then Nikka's Laid Back Restorative Flow may just hit<br /> the spot! Many of us may find a true restoative class to be a little too slow paced, this class will offer a nice mix of movement and restorative postures. Nikka will serve up a little flow, twists, stretches and restorative<br /> poses. This sequence is well suited for the beginner student. Needed props include two blocks and a blanket or towel. Poses include Sukhasana (Easy Pose), Marjaiasana (Cat Pose), Bitilasana (Cow Pose), Low Lunge, <br />   Paschimottanasana (Seated Forward Fold), Uttana Shishosana (Puppy Pose) and more. As always practice safely. Enjoy!&lt;P&gt;<br />  <br />  &lt;b&gt;Note: This class is available as a stream or download via a site subscription. You may also purchase a Monthly Subscription to the Yoga|Merge Roku Channel in order to stream and watch<br />  on your TV. The class can also be purchased as a Download To Own product by adding it to your shopping cart.&lt;/b&gt;&lt;P&gt;<br /><br />                                      <br />&lt;/td&gt;<br /><br />&lt;td align="center"&gt;<br /><br />&lt;form target="paypal" action="<a href="https://www.paypal.com/cgi-bin/webscr" rel="nofollow">https://www.paypal.com/cgi-bin/webscr</a>" method="post"&gt;<br />      &lt;input type="hidden" name="add" value="1"&gt;<br />      &lt;input type="hidden" name="cmd" value="_cart"&gt;<br />      &lt;input type="hidden" name="business" value="info@yogamerge.com"&gt;<br />      &lt;input type="hidden" name="item_name" value="Nikka's Laid Back Restorative Flow"&gt;<br />      &lt;input type="hidden" name="item_number" value="130"&gt;<br />      &lt;input type="hidden" name="amount" value="4.95"&gt;<br />      &lt;input type="hidden" name="currency_code" value="USD"&gt;<br />      &lt;input type="hidden" name="return" value="<a href="http://www.yogamerge.com/linklokipnret.php" rel="nofollow">http://www.yogamerge.com/linklokipnret.php</a>"&gt;<br /> &lt;input type="hidden" name="notify_url" value="<a href="http://www.yogamerge.com/linklokipn.php" rel="nofollow">http://www.yogamerge.com/linklokipn.php</a>"&gt;<br /> &lt;input type="hidden" name="cbt" value="Return To YogaMerge For Download Links"&gt;<br /> &lt;input type="hidden" name="vibracart_pagelink" value="<a href="http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php" rel="nofollow">http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php</a>"&gt;<br />      &lt;input type="image" src="<a href="http://www.yogamerge.com/images/add_to_cart.jpg" rel="nofollow">http://www.yogamerge.com/images/add_to_cart.jpg</a>" style="padding:1px;border:thin solid black;" alt="Add to cart"&gt;<br />      &lt;/form&gt;<br /><br />&lt;/tr&gt;<br /><br />&lt;/table&gt;<br />&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br /><br />&lt;br&gt;<br />&lt;br&gt;<br /><br />&lt;H1&gt;Browse More Classes With Nikka Nadia&lt;/H1&gt;<br /><br /><br />&lt;?php $category = "nikka-nadia"; // name of category to load <br />      include("<a href="http://www.yogamerge.com/includes/nikka-nadia-classes.php" rel="nofollow">http://www.yogamerge.com/includes/nikka-nadia-classes.php</a>");?&gt;<br /><br />&lt;center&gt;<br />&lt;div class="fb-comments" data-href="<a href="http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php" rel="nofollow">http://www.yogamerge.com/classpages/nikkanadia/restorative-flow.php</a>" data-numposts="5" data-colorscheme="light"&gt;&lt;/div&gt;&lt;/center&gt;<br /><br />&lt;br&gt;<br /><br />&lt;br&gt;<br /><br /><br /><br /> &lt;script type="text/javascript"&gt;<br /> var gaJsHost=(("https:"==document.location.protocol)?"<a href="https://ssl." rel="nofollow">https://ssl.</a>":"<a href="http://www." rel="nofollow">http://www.</a>");<br /> document.write(unescape("%3Cscript src='"+gaJsHost+<br />   "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));<br /> &lt;/script&gt;<br /> &lt;script type="text/javascript"&gt;<br /> var ejGATracker = _gat._getTracker("UA-44365450-1");<br /> ejGATracker._setDomainName("none");<br /> ejGATracker._setAllowLinker(true);<br /> ejGATracker._trackPageview();<br /> &lt;/script&gt;<br /> <br /> &lt;script language="javascript" type="text/javascript"&gt;<br />startcart()<br />&lt;/script&gt; <br /><br />&lt;/body&gt;<br />&lt;/html&gt;<br /></code></p>
]]></description>
          <pubDate>Thu, 05 May 2016 17:41:39 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238804#post2238804</guid>
        </item>
                <item>
          <title>Filtering Records To Be Displayed With PHP Include</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2238785#post2238785</link>
          <description><![CDATA[<p>Hi Guys,</p>
<p>Hoping to get a little guidance with the below idea.</p>
<p>I created the below page, it has a php include statement that's pulling the additional yoga classes(records) at the bottom of the page from my CMS.</p>
<p><a href="http://www.yogamerge.com/classpages/nikkanadia/restorative-flow-test.php" rel="nofollow">http://www.yogamerge.com/classpages/nikkanadia/restorative-flow-test.php</a></p>
<p>I just need to filter them so that it doesn't display all records. In this case, I would want to display all records for instructor Nikka Nadia. I would link to those records with this link, <a href="http://www.yogamerge.com/online-yoga-classes.php?categories_keyword=nikka-nadia" rel="nofollow">http://www.yogamerge.com/online-yoga-classes.php?categories_keyword=nikka-nadia</a></p>
<p>How would I setup the below php to only display the records for Nikka Nadia?</p>
<p>I spoke briefly with Ross about this, I seem to need to use a php request statement somehow, $_request</p>
<p>Thanks much, any help would be appreciated!</p>
<p>Kent</p>
<p>Here's the page code that my include statement displays on restorative-flow-test.php to show the list of yoga classes, it currently displays every record -</p>
<p>&lt;?php header('Content-type: text/html; charset=utf-8'); ?&gt;<br />&lt;?php<br /> /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */<br /><br /> // load viewer library<br /> $libraryPath = 'cmsb/lib/viewer_functions.php';<br /> $dirsToCheck = array('/web/sites/greywood/yogamerge.com/','','../','../../','../../../');<br /> foreach ($dirsToCheck as $dir) { if (@include_once("$dir$libraryPath")) { break; }}<br /> if (!function_exists('getRecords')) { die("Couldn't load viewer library, check filepath in sourcecode."); }</p>
<p>// load records from 'all_classes'<br /> list($all_classesRecords, $all_classesMetaData) = getRecords(array(<br /> 'tableName' =&gt; 'all_classes',<br /> 'perPage' =&gt; '10',<br /> 'loadUploads' =&gt; true,<br /> 'allowSearch' =&gt; true,<br /> ));</p>
<p>?&gt;&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" rel="nofollow">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>"&gt;<br />&lt;html xmlns="<a href="http://www.w3.org/1999/xhtml" rel="nofollow">http://www.w3.org/1999/xhtml</a>"&gt;<br />&lt;head&gt;<br />&lt;style&gt;<br />&lt;/style&gt;</p>
<p><br />&lt;TITLE&gt;&lt;/TITLE&gt;</p>
<p>&lt;script language="JavaScript"&gt;<br />&lt;!--//BEGIN Script<br />function new_window(url) {</p>
<p>link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=750,height=675,left=80,top=180");</p>
<p>}<br />//END Script--&gt;<br />&lt;/script&gt;</p>
<p><br />&lt;/head&gt;</p>

<p>&lt;body font face="Verdana, Arial, Helvetica, sans-serif" size="2" text="#000000" link="#000000"&gt;</p>


<p>&lt;?php foreach ($all_classesRecords as $record): ?&gt;<br /><br /><br />&lt;table width="950" table cellspacing="5" valign="TOP" nowrap&gt;</p>
<p>&lt;tr align="CENTER" bgcolor="#000000" link="#FFFFFF" vlink="#FFFFFF"&gt;</p>
<p>&lt;Td&gt;&lt;font color="white" font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Class&lt;/b&gt;&lt;/Td&gt;&lt;td width="950" colspan="3"&gt;&lt;b&gt;&lt;font color="white" font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;?php echo htmlencode($record['title']) ?&gt;&lt;/b&gt;&lt;/td&gt;&lt;/a&gt;</p>
<p>&lt;TD&gt;&lt;font color="white" font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;&lt;?php echo htmlencode($record['download_price']) ?&gt;&lt;/b&gt;&lt;/TD&gt;&lt;/tr&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td rowspan="4" align="CENTER" valign="TOP"&gt;</p>
<p>&lt;a href="&lt;?php echo htmlencode($record['preview_link']) ?&gt;"&gt;&lt;?php echo $record['thumb']; ?&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" font size="2" font color="000000" link="#FFFFFF" vlink="#FFFFFF"&gt;&lt;B&gt;PREVIEW&lt;/B&gt;&lt;/a&gt;&lt;P&gt;<br />&lt;/TD&gt;</p>


<p>&lt;/TD&gt;&lt;/tr&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td nowrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Style: &lt;/b&gt;&lt;?php echo htmlencode($record['style']) ?&gt;&lt;/td&gt;</p>
<p>&lt;td nowrap&gt;</p>
<p>&lt;/td&gt;</p>
<p>&lt;td nowrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Length: &lt;/b&gt;&lt;?php echo htmlencode($record['class_length']) ?&gt;&lt;/td&gt;</p>
<p>&lt;td nowrap&gt; &lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Media: &lt;/b&gt;&lt;?php echo htmlencode($record['media']) ?&gt;&lt;/TD&gt;</p>
<p>&lt;/tr&gt;</p>
<p>&lt;/TR&gt;</p>
<p>&lt;tr&gt;</p>
<p>&lt;td colspan="3" class="desc" width="400"&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Instructor: &lt;/b&gt;&lt;?php echo htmlencode($record['instructor']) ?&gt;&lt;/TD&gt;<br />&lt;TD noWrap&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;HD: &lt;/b&gt;&lt;?php echo htmlencode($record['format']) ?&gt;&lt;/TD&gt;&lt;/TR&gt;</p>
<p>&lt;tr&gt;&lt;td width="1100" colspan="3" class="desc"&gt;&lt;font face="Verdana, Arial, Helvetica, sans-serif" size="2"&gt;&lt;b&gt;Level: &lt;/b&gt;&lt;?php echo htmlencode($record['class_level']) ?&gt; <br /> &lt;?php echo htmlencode($record['description']) ?&gt;&lt;P&gt;</p>
<p><br />&lt;/td&gt;</p>
<p>&lt;td align="center"&gt;</p>
<p>&lt;?php echo $record['add_to_cart']; ?&gt;&lt;P&gt;</p>


<p><br />&lt;/tr&gt;</p>
<p>&lt;/table&gt;</p>
<p><br /><br /> &lt;?php endforeach ?&gt;</p>
<p>&lt;?php if (!$all_classesRecords): ?&gt;<br /> No records were found!&lt;br/&gt;&lt;br/&gt;<br /> &lt;?php endif ?&gt;</p>
<p>&lt;br&gt;<br />&lt;br&gt;</p>
<p>&lt;/body&gt;<br />&lt;/html&gt;</p>]]></description>
          <pubDate>Tue, 03 May 2016 22:31:07 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2238785#post2238785</guid>
        </item>
              </channel>
    </rss>
  