".$degree_text."
Credit for RECEIVING/GRADUATING Institution
| # | "); echo("IT | "); echo("College | "); echo("AY".$acadyr." | "); echo("||
|---|---|---|---|---|---|
| Graduates | "); echo("Credentials | "); echo("||||
| ".$n++." | "); echo("".$inst_type." | "); echo("".$abbr." | "); //echo("".$fice_code." | "); $cnt = 0; $credsum = 0; $query2 = " SELECT DISTINCT(g.ssn_id) AS ssn FROM sisdb.dbo.graduated_student_table g JOIN sisdb.dbo.student_table s ON g.ssn_id = s.ssn_id WHERE g.fice_code = '".$fice_code."' AND g.academic_year = '".$acadyr."' AND g.init_enroll_status IN ('3', '9') ".$dl_code." ".$es_code." AND s.transfer_fice IN ('001090', '001089', '001098', '001107', '001108', '001110', '001101', '001085', '001109', '001086', '001092', '012860', '001091', '901090', '011949', '020522', '022209', '009976', '012260', '023482', '012261', '012105', '030633', '020870', '001104', '020753', '021111', '020746', '007738', '005707', '020735', '005732', '005245') ; "; //echo("".number_format($cnt,0)." | "); echo("".number_format($credsum,0)." | "); $cnt_total = $cnt_total + $cnt; if ($inst_type == '1') { $cnt_1 = $cnt_1 + $cnt; } if ($inst_type == '2') { $cnt_2 = $cnt_2 + $cnt; } $credsum_total = $credsum_total + $credsum; if ($inst_type == '1') { $credsum_1 = $credsum_1 + $credsum; } if ($inst_type == '2') { $credsum_2 = $credsum_2 + $credsum; } echo("
| 4-Year Univiersities | "); echo("".number_format($cnt_1,0)." | "); echo("".number_format($credsum_1,0)." | "); echo("|||
| 2-Year Colleges | "); echo("".number_format($cnt_2,0)." | "); echo("".number_format($credsum_2,0)." | "); echo("|||
| Total | "); echo("".number_format($cnt_total,0)." | "); echo("".number_format($credsum_total,0)." | "); echo("|||