Search found 1 match

by craigj1303
Wed Jun 09, 2010 5:09 pm
Forum: PHP - Code
Topic: PHP search feature issues
Replies: 1
Views: 85

PHP search feature issues

Hi All I have just built a search feature for a furniture warehouse website i'm working on using PHP and a MYSQL database. The search performs a MYSQL query on a table containing a list of products. Here is the SQL: $query="SELECT * FROM products WHERE description LIKE '%" . $searchterm . ...