MCM test results"; print "Enter MCM ID. The string you entered will be matched with the beginning of MCMID."; $sorttxt = array("chip ID","date","wafer","status"); $sortval = array("chipid","yymmdd","wafer","function"); $NumSort = sizeof($sortval); print "
"; print ' sort by:'; print "
\n"; print "Enter Chip ID (as hex or decimal). If hex, the string you entered will be matched with the beginning of ChipId."; print "
"; print ' sort by:'; print "
\n"; print "Enter date as yymmdd. The string you entered will be matched with the beginning of MCM test date."; print "
"; print ' sort by:'; print "
\n"; print "

Wafer test results

All wafers from 71 to 255 are included.
"; print "Enter Chip ID in hex. The string you entered will be matched with the beginning of ChipId."; $sorttxt = array("read ID","status"); $sortval = array("readid","remark"); $NumSort = sizeof($sortval); print "
"; print ' sort by:'; print "
\n"; print "Enter Wafer Nr. [71-94, 101-125, 131-155, 161-185, 191-193, 201-225, 231-255]."; print "
"; print ' sort by:'; print "
\n"; print "

ORI test results

"; print "Enter ORI serial [1-60, 101-170, 201-270, 300-1299] or enter 'all' to see all results."; $sorttxt = array("date","result"); $sortval = array("date","remark"); $NumSort = sizeof($sortval); print "
"; print ' sort by:'; print "
\n"; print "Many thanks to Markus Dorn for the help!"; } if($_POST['mcmid']){ include 'print_table.php.inc'; $mcmid=$_POST['mcmid']; $sortpar=$_POST['sortpar']; print_table($sortpar, $mcmid, $chipid, $mcmdate); print "
please send any comments to: $contactemail"; } if($_POST['chipid']){ include 'print_table.php.inc'; $chipid=$_POST['chipid']; $sortpar=$_POST['sortpar']; print_table($sortpar, $mcmid, $chipid, $mcmdate); print "
please send any comments to: $contactemail"; } if($_POST['mcmdate']){ include 'print_table.php.inc'; $mcmdate=$_POST['mcmdate']; $sortpar=$_POST['sortpar']; print "MCMs tested on $mcmdate"; print_table($sortpar, $mcmid, $chipid, $mcmdate); print "
please send any comments to: $contactemail"; } if($_POST['chipmid']){ include 'print_tablew.php.inc'; $chipmid=$_POST['chipmid']; $sortpar=$_POST['sortpar']; print_tablew($sortpar, $chipmid); print "
please send any comments to: $contactemail"; } if($_POST['waferid']){ include 'print_tablew.php.inc'; $waferid=$_POST['waferid']; $sortpar=$_POST['sortpar']; print_tablew($sortpar, $waferid); print "
please send any comments to: $contactemail"; } if($_POST['oriid']){ include 'print_table_ori.php.inc'; $oriid=$_POST['oriid']; $sortpar=$_POST['sortpar']; print_table_ori($sortpar, $oriid); print "
please send any comments to: $contactemail"; } print ''; print ''; ?>