getONe("SELECT product_id FROM coursesToProducts WHERE course_id='$get->course_id' AND courseFormat='Online'"); if($product_id!=""){ $buyLink = "course_id]=\"1\">Enroll Now"; } print<<Course Outline

Go Back

$buyLink

eof; $out = new aLearnPrint($db,$config); $out->setCourse($get->course_id); $out->printOutline(); break; /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// //default /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// default: print<<

Web Based E-Learning Courses

The {$config[siteName]}, online college for dental assistant offers web based "E-Learning" courses. Whether you are a working dental assistant or hygiene assistant, a hygienist, or completely without dental assisting knowledge, our online dental assistant courses can help land you your first job or further your career. The online courses are self-paced, but with experienced instructor guidance. The courses are complete with homework assignments, quizzes and a final exam.

You can purchase a course for yourself or for a staff member. Once you purchase a course, the student will receive a license and can then create a user name and password. The online student can then learn on his or her own time in the comfort of their own home or office, be it in or out of state. At the {$config[siteName]}, our job is to make sure that our students actually learn the material we are teaching. That is why each student will have access to our help forums, to post questions to our faculty and other students about the material. Our available courses are listed below. Click the course name below to view more information.

eof; $res = $db->query("SELECT * FROM courses WHERE (courseFormat='Online' OR courseFormat='Both') AND courseVisible='y' ORDER BY sortOrder ASC, courseName ASC"); print"

Available Courses

"; while($res->fetchInto($row)){ $row->courseObjectives =substrWords($row->courseObjectives,200); $row->courseObjectives=nl2br($row->courseObjectives); $product_id = $db->getOne("SELECT product_id FROM coursesToProducts WHERE course_id='$row->course_id' AND courseFormat='Online'"); if($product_id!=""){ $buyLink = "Enroll Now"; }else{ $buyLink=""; } print<<

$row->courseName

Course Objectives:
$row->courseObjectives ... More Information>>>

$buyLink

eof; } print""; break; } include("inc/foot.php"); ?>