"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
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
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
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
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