query problem
Posted: Wed Jul 30, 2008 7:30 am
My query is working fine but i want refine this query, for example some pass a string like: silver's, gold's etc then how it will work? it don't work problem for characters like '," etc
any one can help?
Code: Select all
select product.productid from product where product.product_title like '%".$_GET["srchStr"]."%'