"; $raw .= $tmp; $pdf .= $tmp; $tmp = ''; $raw .= "\r\n"; $pdf .= "\r\n"; $tmp = " "; $raw .= $tmp; $pdf .= $tmp; $tmp = ''; if($eng==1) { $othertitle = "Non Laboratory Test"; } else { $othertitle = "Pemeriksaan Non Laboratorium"; } $countpage = substr_count($result[$npage],"\r"); $countothers = substr_count("$others","\r"); $countline = $countpage + $countothers; $pageadd = 0; if($countline > 39) { $npage = $npage+1; $pageadd = 1; } foreach($result as $page) { $tmp .= "
"; if($preview==1) { $tmp.= "
preview only do not print
" ; } $raw .= $tmp; $pdf .= $tmp; $tmp = ''; $pdf .= ""; $tmp .= "
$info
$page "; // lastpage show note // lastpage show nosample, others and note if($pageadd !=1) { if( $i != $npage ) { $tmp .="
TEST CONVENTIONAL INTERNATIONAL
RESULT REF. RANGES UNIT RESULT REF. RANGES UNIT
"; } else { $tmp .= "$noSample "; $tmp .= "
Note :
$notes

\r\n"; if($others != '' && $countline < 39) { $tmp .= "
$othertitle :
\r\n"; $tmp .= "$others
"; $others = ''; } } } else { // page tambahan = 1 if( $i != $npage-1 ) { $tmp .=""; } else { $tmp .= "$noSample "; $tmp .= "
Note :
$notes

\r\n"; } } $tmp .= "
"; $tmp .= " "; $raw .= $tmp; $pdf .= $tmp; $tmp = ''; $pdf .=""; $tmp .= "
"; $raw .= $tmp; $pdf .= $tmp; $tmp = ''; $i+=1; } if($others != '') { $tmp .= "
"; if($preview==1) { $tmp.= "
preview only do not print
" ; } $raw .= $tmp; $pdf .= $tmp; $tmp = ''; $pdf .= ""; $tmp .= "
$info
$othertitle :
\r\n $others
"; $tmp .= " "; $raw .= $tmp; $pdf .= $tmp; $tmp = ''; $pdf .=""; $tmp .= "
"; } $tmp .=""; $raw .= $tmp; $pdf .= $tmp; $tmp = ''; echo $pdf; ?>