darma1985
01-27-2012, 09:21 AM
Below are my script
("SELECT * FROM products s WHERE name LIKE '%" . $queryString . "%' ORDER BY name LIMIT 8");
Example db
Product Name : Cadbury Centre Fill Chocolate Cookies 144g
User type : Centre Cookies cadbury
How can i view the results for multiple words contains
Now there are no result showing
Thanks in Advance
("SELECT * FROM products s WHERE name LIKE '%" . $queryString . "%' ORDER BY name LIMIT 8");
Example db
Product Name : Cadbury Centre Fill Chocolate Cookies 144g
User type : Centre Cookies cadbury
How can i view the results for multiple words contains
Now there are no result showing
Thanks in Advance