Part Number Index

'; foreach ($snew as $entry => $value) { // [0] = New Part Number // [1] = Old Part Number // [2] = Link $ele = explode(';',$value); $workPart = substr($ele[0],0,1); if ($workPart != $holdStart) { print '

Sorted by Old Part Number

0 1 2 3 4 5 6 7 8
9 A B C D E F G H
I J K L M N O P Q
R S T U V W X Y Z

Sorted by New Part Number

0 1 2 3 4
5 6 7 8 9
Find: Go Button Enter an old or a new part number and click on "GO".
Old Part Number New Part Number Click on the part no. and it will bring you to the catalog page.
$value) { $ele = explode(';',$value); $link = $ele[0]; $oldpn = $ele[1]; $newpn = $ele[2]; $sold[$i] = $ele[1].';'.$ele[2].';'.$ele[0]; $snew[$i] = $ele[2].';'.$ele[1].';'.$ele[0]; $i++; } // Read the file names into an array $path = 'engineering'; $d = opendir($path) or die($php_errormsg); while (false !== ($f = readdir($d))) { if ($path !== '.') { $ffile = $path . '/' . $f; } else { $ffile = $f; } if (is_file($ffile)) { $point = strpos($f,'.'); $suffix = substr($f,$point); if ($suffix === '.pdf') { // We are only interested in .pdf files $part = substr($f,1,$point - 5); $snew[] = $part . ' ==>;(Engineering Drawing);' . $ffile; // Add the part to the list } } } closedir($d); sort($sold); sort($snew); $holdStart = ' '; print ''; print ''; foreach ($sold as $entry => $value) { // [0] = Old Part Number // [1] = New Part Number // [2] = Link $ele = explode(';',$value); // Get the starting character of the Old Part Number $workPart = substr($ele[0],0,1); if ($workPart != $holdStart) { // Insert a "break" between the starting characters print '
Old Part NumberNew Part Number

Return to Top

'; $holdStart = $workPart; } // If I do not have a link, insert the part number with a note "Special Part" if ($ele[2] == "") { print '' . "\n"; } else { // Otherwise insert the part with the link print ' ' . '' . '' . '' . "\n"; } } print '
' . $ele[0] . ' *' . $ele[1] . ' *
' . $ele[0] . '' . $ele[1] . '
'; ?>
'; print '
New Part NumberOld Part Number

Return to Top

'; $holdStart = $workPart; } if ($ele[2] == "") { print '' . "\n"; } else { print '' . '' . '' . '' . "\n"; } } print '
' . $ele[0] . ' *' . $ele[1] . ' *
' . $ele[0] . '' . $ele[1] . '
'; ?>

NOTE: * Special part, not in the catalog. Contact DFCI Solutions, Inc. at quotes@dfcis.com or (407) 926-0231 for additional information.

DISCLAIMER

Reference by DFCI Solutions, Inc. to proprietary DZUS® part numbers owned by Southco is for convenience only, and does not imply any endorsement or certification by Southco, of DFCI products, or any affiliation between Southco and DFCI Solutions, Inc.