'; print ''; print ''; print ''; print ''; print '
Calender of Events for year '; print ''.$form_year.''; //------------------------------- if ($form_year > $yr_start) { $yr_prev = $form_year-1; print '
'; print ''; print '
'; } else { print ''; } //------------------- $today = date("F j, Y, g:i:s a"); print '
as at '.$today.'
'; //------------------------- if ($form_year < $yr_current) { $yr_next = $form_year+1; print '
'; print ''; print '
'; } else { print ''; } //-------------------------- print '
'; print '

'; print '
'; print ''; print ''; print ''; print ''; print ''; print '
Seminar Date
Seminar Name
Points
Remarks

'; //----------------------------------------------------------------- // SQL Statements //----------------------------------------------------------------- for ($form_month =1 ; $form_month <= 12; $form_month++) { print "        ".$mth_array[$form_month]."
"; print ''; $query = 'select num, DATE_FORMAT(date,"%b %d"), name, pts, mem_cost, cijc_cost, non_cost, remark, url, eo from sia_seminar where YEAR(date)="'.$form_year.'" and MONTH(date)="'.$form_month.'" ORDER BY date'; $result = mysql_query($query); if (mysql_num_rows($result) != 0) { // print "".$mth_array[$form_month]."
"; while ($sem_array = mysql_fetch_array($result)) { $sem_num = $sem_array[0]; // seminar serial num $sem_date = $sem_array[1]; // date of seminar $sem_name = stripslashes($sem_array[2]); // name of this seminar $sem_pts = $sem_array[3]; // points for this seminar $sem_mem = $sem_array[4]; // member cost $sem_cijc = $sem_array[5]; // cijc cost $sem_non = $sem_array[6]; // non seminar cost $sem_remark = stripslashes($sem_array[7]); // remarks abt seminar - Sysadmin only $sem_url = $sem_array[8]; // url link of the attachments $sem_eo = $sem_array[9]; // non seminar cost print ''; // print ''; //print ''; print ''; if ( ($sem_url == "-n/a-") || ($sem_url == "-") || ($sem_url == "") ) { print ''; } else { if ( substr($sem_url, 0, 4) == "www.") { $sem_url = "//".$sem_url; } print ""; } print ''; print ''; print ''; }//end while print ''; }//end if else { print '
'.$sem_num.'
'.$sem_date.'
'.$sem_date.'
'.$sem_name.'$sem_name
'.$sem_pts.'
'.$sem_remark.'
No Seminars held for this month.
'; } print '
'; } //--------------------------------------------------------------------------- // Close table //--------------------------------------------------------------------------- print "
"; //------------------------------------ print '

'; print ''; if ($form_year > $yr_start) { $yr_prev = $form_year-1; print ''; } else { print ''; } print ''; print ''; print ''; if ($form_year < $yr_current) { $yr_next = $form_year+1; print ''; } else { print ''; } print '
'; print ''; print '
** Please note that this list is by no means exhaustive or final.
Appropriate new courses will be identified and added continuously.
'; print ''; print '
'; print '

'; //------------------------- // CPD online //------------------------ print '
CPD-Online
'; //---------------------- contact_details(); footer(); function footer() { $yr_current = date("Y"); print '
CPD-Online
'; print '

'; print '
'; print 'Copyright © 2002 - '.$yr_current.',   Singapore Institute of Architects
'; print 'All rights reserved.   Legal Notice

'; print '79 Neil Road, Singapore 088904
  Tel: (+65) 6226-2668    Fax: (+65) 6226-2663

'; print 'Developed by   Henry Wong'; print '
'; } function contact_details() { //------------------------------ print ''; print ''; print '
'; //------------------------------ print ''; print '
'; //------------------------------ print ''; print '
'; //------------------------------ print ''; print ''; //------------------------------ print ''; print ''; //---------------------------- print ''; print ''; //---------------------------- print '
 '; print '
For seminars/courses conducted by SIA, please contact: '; print 'Lynne / WoonLeng / Jasmine at Tel : 6226 2668

'; print 'Please visit the SIA Website at http://www.sia.org.sg/cpd

'; print '
 '; print '
For seminars/courses conducted by CITI, please contact:
'; print 'CITI marketing Unit at : 1800-2587092

'; print 'Please visit the BCA Website at http://www.bca.gov.sg/citi

'; print '
 '; print 'For seminars/courses conducted by NUS, please contact:
'; print 'Ms Goh Lay Fong at Tel : 6874 1397 or
'; print 'Ms Jasmine at Tel : 6874 3454

'; print 'please visit the NUS Dept of Architecture website at http://www.arch.nus.edu.sg

'; print 'please visit NUS-BEMA website at http://www.bema.org.sg for a copy of the NUS seminar on Design & Build contract brochure

'; print '
 '; print 'For seminars/courses conducted by BCA, please contact:
'; print 'Customer Service Hotline at Tel : 6325 7720

'; print 'please visit the BCA Website at http://www.bca.gov.sg


'; print '
 '; print 'For seminars/courses conducted by FSSB, please contact:
'; print 'Ms Juliana Adam (Corporate Affairs Branch)
at Tel : 6794 5606

'; print 'Please visit the FSSB Website at http://www.scdf.gov.sg

'; print '
 '; print 'For seminars/courses conducted by HDB, please contact:
'; print 'Ms Florence Chia (Structural Engineering Courses)
at Tel : 6849 7251

'; print 'please visit the HDB Website at http://www.hdb.gov.sg

'; print '
 '; print 'For seminars/courses conducted by URA, please contact:
'; print 'Customer Service Hotline at Tel : 6223 4811

'; print 'please visit the BCA Website at http://www.ura.gov.sg

'; print '
 '; print 'For seminars/courses conducted by SPM, please contact:
'; print 'Ms Carol at Tel : 6748 8306

'; print 'please visit the SPM Website at http://www.sprojm.org.sg

'; print '
 '; print 'For seminars/courses conducted by JTC, please contact:
'; print 'Ms Santhi at Tel : 6883 3935

'; print 'please visit the JTC Website at http://www.jtc.gov.sg

'; print '
 '; print 'For seminars/courses conducted by SIBL, please contact:
'; print 'Ms Josephine Kwan at Tel : 6556 2296

'; print 'please visit the SIBL Website at http://www.sib.com.sg

'; print '
 '; print 'For seminars/courses conducted by IES, please contact:
'; print 'Jenny or Derek at Tel : 6469 5000

'; print 'please visit the IES Website at http://www.ies.org.sg

'; print '
 '; print 'For seminars/courses conducted by SISV, please contact:
'; print 'SISV at Tel : 6222 3030

'; print 'please visit the SISV Website at http://www.sisv.org.sg

'; print '
'; print '
'; //--------------------- } ?>