Re: PHP/MySQL Search Engine Query Question

2002-07-28 Thread Serge Paquin
"Paul Maine" <[EMAIL PROTECTED]> To: "MySQL MySQL" <[EMAIL PROTECTED]> Sent: Saturday, July 27, 2002 10:32 PM Subject: PHP/MySQL Search Engine Query Question > I am currently working on a website that is implemented using PHP and MySQL. > > The site currently

Re: PHP/MySQL Search Engine Query Question

2002-07-28 Thread Dicky Wahyu Purnomo
Pada Sat, 27 Jul 2002 21:32:48 -0500 "Paul Maine" <[EMAIL PROTECTED]> menulis : > $string ="1972 Ford Mustang" > > Using the following SQL statement: > SELECT * FROM whatevertable WHERE whatevercolumn LIKE '%$search% > I want to return all records that have Mustang AND 1972 AND Ford. my sugges

PHP/MySQL Search Engine Query Question

2002-07-27 Thread Paul Maine
I am currently working on a website that is implemented using PHP and MySQL. The site currently has a simple search engine that allows a shopper to type in a search string that is stored in $search. For example, if a shopper types in 1972 Ford Mustang $string ="1972 Ford Mustang" Using the follo

Re: Search Engine Query

2001-07-11 Thread Werner Stuerenburg
Sie schrieben am Mittwoch, 11. Juli 2001, 19:04:42: > Hi List, > Can anyone tell me how do i create a search engine > query.? > I am new to Mysql and know how to use a simple > select * from "" where "" = ""; > but what about if I need to

Search Engine Query

2001-07-11 Thread Pradeep Dsouza
Hi List, Can anyone tell me how do i create a search engine query.? I am new to Mysql and know how to use a simple select * from "" where "" = ""; but what about if I need to create a query for a search engine that looks for Every word. Thanks in Advance Prad