[PHP-DB] Re: explode () and mySQL query

2008-05-28 Thread Ron Piggott
I am not sure why this isn't bringing any results: WHERE shopping_cart_product.product_description IN ('straying') The word straying is in the midst of one of the descriptions. Ron On Wed, 2008-05-28 at 20:13 -0400, Ron Piggott wrote: I am trying to add a search feature to my shopping

[PHP-DB] Re: explode () and mySQL query

2008-05-28 Thread Chris
Ron Piggott wrote: I am not sure why this isn't bringing any results: WHERE shopping_cart_product.product_description IN ('straying') The word straying is in the midst of one of the descriptions. Ahh, oops - didn't notice that before. IN() looks for specific entries, so unless the entry