Part Number:
View Current Inventory
PART NUMBER
QUANTITY
$text = file("ascinv.txt"); foreach($text as $string) { if(strstr($string, $q)) { $results = explode('|', $string); ?>
echo $results[0];?>
echo $results[1];?>
} } } ?>