Send to a Friend!

Email Newsletter icon, E-mail Newsletter icon, Email List icon, E-mail
List icon Sign up for our Email Newsletter
Book, videos, and audios on Family Dynamics

Home Study Courses

'.$selected_cat.'
'; ?>The courses below are accredited for psychologists, school psychologists, social workers, mental health counselors, marriage and family therapists, and addiction professionals. Please refer to NACE accreditations for more specific information about accrediting boards for your profession and state.

For more information about each course and to order, click the name of the course. All Courses
The courses below are accredited for psychologists, school psychologists, social workers, mental health counselors, marriage and family therapists, and addiction professionals. Please refer to NACE accreditations for more specific information about accrediting boards for your profession and state.

For more information about each course and to order, click the name of the course.


"; } } ?>
"; // start new row print ''; $col_count++; if ($col_count>$cols) { print ''; // end row $col_count=1; // prep for new row } } } // ok need to clean up TD rows and add blank tds if needed and end TR row if not on event 3 if ($col_count>1) { do { print ''; $col_count++; } while ($col_count<$cols+1); print ''; // end row } ?>
'; print ''.$data[4].'' ; // Title print ''; print '
'; print'' ; // Product More Info URL // print str_replace(' width="100" height="129"',' width="50 "', $data[8]).'' ; // Product Image print $data[8].'' ; // Product Image print ''; print 'Credits: '.$data[5].'
' ; // Hours print 'Type: '.$data[6].'
' ; // Type print str_replace('  ','
',$data[7]) ; // Price //print '
'; //print $data[10]; //print ''; //print ''; //print ''; //print ''; //print''; //print '
'; print '
'; print '
 
$data) { // do we have any On Sale! items? if so make only one menu item at top of list if (strpos($data[7], "On Sale!") !== false && !$has_on_sale) { $category[]=" Courses on Sale Today"; $has_on_sale=true; } // only catch 1st category field as blank and add to Other Group if ($data[1]=="") { //$category[]=str_replace("","!Other",$data[1]); $category[]="!Other"; $course[$k][1]="!Other"; } else { $category[]=$data[1]; } if ($data[2]!="") $category[]=$data[2]; // If not empty add to category lists if ($data[3]!="") $category[]=$data[3]; // If not empty add to category lists } $category=array_unique($category); asort ($category); // Sort master data array on array 0 // Categoy now as a complete UNIQUE list of categoies :) return; } function category_link($cat) { // $cat=str_replace(" ","_",$cat); // $cat=str_replace("&","_amp_",$cat); //$cat=str_replace("/","_slash_",$cat); $cat=urlencode($cat); return $cat; } function category_user_fix($cat) { // $cat=str_replace("_amp_","&",$cat); // $cat=str_replace("_slash_","/",$cat); // $cat=str_replace("_"," ",$cat); $cat=urldecode($cat); return $cat; } function dump($_data) { print "
-- Dev Dump --
"; foreach($_data as $__data) { print $__data."
"; } print "-- End Dev Dump --
"; } ?>