i am building some thing that will grab part numbers and description
from a data base works great when you type in part of a word or part of the part number the issue i run into is when i type in the full part number for example A11-123 this does not bring back any data a push in the right direction would be greatly appreciated
$query = "SELECT * FROM products WHERE `prod` LIKE '%$looky%' OR `desc` LIKE '%$looky%'";