echo $row->organization ?>
if (trim($row->intro) != "") { echo "
" . $row->intro . "
"; }
if (trim($row->programs) != "") { echo "
On-site programs: " . $row->programs . "
"; }
if (trim($row->inschool) != "") { echo "
In-school programs: " . $row->inschool . "
"; }
if (trim($row->materials) != "") { echo "
Classroom materials: " . $row->materials . "
"; }
if (trim($row->development) != "") { echo "
Professional development: " . $row->development . "
"; }
if (trim($row->events) != "") { echo "
Student/teacher events: " . $row->events . "
"; }
if (trim($row->resources) != "") { echo "
Additional resources: " . $row->resources . "
"; }
if (trim($row->general) != "") { echo "
General information: " . convertLinks($row->general) . "
"; }
?>
Back to Directory