Archive

For Alberta, B.C., Manitoba and Ontario pesticide applicators and Western Canadian aerial applicators you are only allowed to take your last 2 credits in the archived version. You can take all 15 recertification credits via live web casts over your five years, but only the last two can be archived. Call PD Solutions at 1-877-977-6774 for further details. Archives include:

 

connect_error) { trigger_error('Database connection failed: ' . mysqli_connect_error(), E_USER_ERROR); } /////////////////////////Filtering Generes//////////////////////////////////////// $sql = 'SELECT seminar,category,class,credit NOT IN (SELECT id FROM courses where (id=17 AND id=22 AND id=1001) ) FROM courses ORDER BY seminar;'; $result = $connect->query($sql); if ($result === false ) { trigger_error('Wrong SQL: ' . $sql . ' Error: ' . $connect->error, E_USER_ERROR); } else { $rows_returned = $result->num_rows; } echo ' '; $result->data_seek(0); while($row = $result->fetch_assoc()){ echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } mysqli_close($connect); $result->free(); echo '
Seminar Name Category Class Credit
'.$row['seminar'].''.$row['category'].''.$row['class'].''.$row['credit'].'
'; ?>