How can I change the strpos to make it non case sensitive. The reason is if the product->name is MadBike and the search term is bike it wil
product->name
http://www.php.net/manual/en/function.stripos.php
stripos() is not case-sensitive.