Re: [PHP-DB] Variable search help still needed - sorry :-(

2002-01-19 Thread Chris Payne
Hi there, I made some of the changes you said below, and when I check the query I get this: The query is SELECT distinct description, email, url, country, category, type, rating from search6 WHERE description LIKE '%word%'AND category = 'Automotive' AND country = 'Austria' AND type = 'Car

Re: [PHP-DB] Variable search help still needed - sorry :-(

2002-01-19 Thread Jason Wong
On Sat, 19 Jan 2002, Chris Payne wrote: Hi there, I made some of the changes you said below, and when I check the query I get this: The query is SELECT distinct description, email, url, country, category, type, rating from search6 WHERE description LIKE '%word%'AND category =

[PHP-DB] Variable search help still needed - sorry :-(

2002-01-18 Thread Chris Payne
Hi there, I know this is probably a REALLY simple problem, but I can't get this to work. I need to get it to cycle through each word and do a search, I used this as sent from Beau Lebens (Thank you) but I can't get it to work. It works on 1 word querie but if I enter more than 1 it says

Re: [PHP-DB] Variable search help still needed - sorry :-(

2002-01-18 Thread Jason Wong
On Saturday 19 January 2002 13:11, Chris Payne wrote: Hi there, I know this is probably a REALLY simple problem, but I can't get this to work. I need to get it to cycle through each word and do a search, I used this as sent from Beau Lebens (Thank you) but I can't get it to work. It works