#!/usr/local/bin/php Welcome to Forces of Nature - Forces of Nature

Welcome to Forces of Nature

Welcome to Forces of Nature

100% Natural Certified Organic Treatments

product_id] = $row; } # query all categories and place in array of objects to be used for data throughout web page $query = " select c.*, a.*, IF(a.priority IS NULL or a.priority='' or a.priority=0, 'x', a.priority) AS prioritize from page_category as c, ailments as a where a.ailment_status='1'and c.category_status='1' and a.category_id=c.category_id"; $query .= " order by prioritize ASC, a.ailment ASC"; //echo $query; if($result = mysql_query($query)) { $ailments = array(); while($row = mysql_fetch_object($result)) { $ailments[$row->ailment_id] = $row; } } if(count($ailments)) { $content .= " "; $i=0; $max_cols=2; $about_links = array(); foreach($ailments as $ID => $OBJ) { $width = 100/$max_cols; $height = 274; $category = $OBJ->category; $category_directory = $OBJ->category_directory; $ailment = $OBJ->ailment; $ailment_overview = $OBJ->ailment_overview; $product_id = $OBJ->product_id; $product = $products[$product_id]; $product_page = $product->product_page; //echo $product_page; $treatment_link = "$product_page"; //$OBJ->treatment_link; $about_link = "/topics/$category_directory/".$OBJ->about_link; //if(file_exists($_SERVER['DOCUMENT_ROOT'].$about_link)) $about_links[] = "$ailment"; if($i && $i%$max_cols==0) $content .= ""; $content .= " "; $i++; } if($i%$max_cols) $content .= ""; $content .= "

$ailment Treatment

$ailment_overview


"; echo "

".join(", ",$about_links)."


$content "; } ?>


 


Welcome to Forces of Nature

Site map and Resources bool_news==1) $tmp[] = "category_id."\">".$CAT->category." News"; if($CAT->bool_photos==1) $tmp[] = "category_id."\">".$CAT->category." Pictures"; } echo "

".join(", ", $tmp)."

"; ?>